mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
37 lines
3.5 KiB
HTML
37 lines
3.5 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>mode_bits</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#L520'>mode_bits</a> 520 lib/util.c string_perm (mode_t mode_bits)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L525'>mode_bits</a> 525 lib/util.c if (S_ISDIR (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L527'>mode_bits</a> 527 lib/util.c if (S_ISCHR (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L529'>mode_bits</a> 529 lib/util.c if (S_ISBLK (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L531'>mode_bits</a> 531 lib/util.c if (S_ISLNK (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L533'>mode_bits</a> 533 lib/util.c if (S_ISFIFO (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L535'>mode_bits</a> 535 lib/util.c if (S_ISNAM (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L537'>mode_bits</a> 537 lib/util.c if (S_ISSOCK (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L539'>mode_bits</a> 539 lib/util.c if (S_ISDOOR (mode_bits))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L541'>mode_bits</a> 541 lib/util.c if (ismode (mode_bits, S_IXOTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L543'>mode_bits</a> 543 lib/util.c if (ismode (mode_bits, S_IWOTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L545'>mode_bits</a> 545 lib/util.c if (ismode (mode_bits, S_IROTH))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L547'>mode_bits</a> 547 lib/util.c if (ismode (mode_bits, S_IXGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L549'>mode_bits</a> 549 lib/util.c if (ismode (mode_bits, S_IWGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L551'>mode_bits</a> 551 lib/util.c if (ismode (mode_bits, S_IRGRP))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L553'>mode_bits</a> 553 lib/util.c if (ismode (mode_bits, S_IXUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L555'>mode_bits</a> 555 lib/util.c if (ismode (mode_bits, S_IWUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L557'>mode_bits</a> 557 lib/util.c if (ismode (mode_bits, S_IRUSR))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L560'>mode_bits</a> 560 lib/util.c if (ismode (mode_bits, S_ISUID))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L564'>mode_bits</a> 564 lib/util.c if (ismode (mode_bits, S_ISGID))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L568'>mode_bits</a> 568 lib/util.c if (ismode (mode_bits, S_ISVTX))</span>
|
|
<span class='curline'><a href='../S/lib--util.h.html#L188'>mode_bits</a> 188 lib/util.h const char *string_perm (mode_t mode_bits);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|