mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.1 KiB
HTML
27 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>ismode</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L541'>ismode</a> 541 lib/util.c if (ismode (mode_bits, S_IXOTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L543'>ismode</a> 543 lib/util.c if (ismode (mode_bits, S_IWOTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L545'>ismode</a> 545 lib/util.c if (ismode (mode_bits, S_IROTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L547'>ismode</a> 547 lib/util.c if (ismode (mode_bits, S_IXGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L549'>ismode</a> 549 lib/util.c if (ismode (mode_bits, S_IWGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L551'>ismode</a> 551 lib/util.c if (ismode (mode_bits, S_IRGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L553'>ismode</a> 553 lib/util.c if (ismode (mode_bits, S_IXUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L555'>ismode</a> 555 lib/util.c if (ismode (mode_bits, S_IWUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L557'>ismode</a> 557 lib/util.c if (ismode (mode_bits, S_IRUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L560'>ismode</a> 560 lib/util.c if (ismode (mode_bits, S_ISUID))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L564'>ismode</a> 564 lib/util.c if (ismode (mode_bits, S_ISGID))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L568'>ismode</a> 568 lib/util.c if (ismode (mode_bits, S_ISVTX))</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|