mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.4 KiB
HTML
21 lines
1.4 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>S_ISUID</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#L559'>S_ISUID</a> 559 lib/util.c #ifdef S_ISUID</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L560'>S_ISUID</a> 560 lib/util.c if (ismode (mode_bits, S_ISUID))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L307'>S_ISUID</a> 307 lib/vfs/parse_ls_vga.c perms |= S_ISUID;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L310'>S_ISUID</a> 310 lib/vfs/parse_ls_vga.c perms |= S_IXUSR | S_ISUID;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L76'>S_ISUID</a> 76 src/filemanager/chmod.c { S_ISUID, N_ ("set &user ID on execution"), FALSE, NULL },</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L212'>S_ISUID</a> 212 src/vfs/tar/tar.c ((u & TSUID ? S_ISUID : 0) | (u & TSGID ? S_ISGID : 0) | (u & TSVTX ? S_ISVTX : 0)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|