Files
source/Y/S_ISUID.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

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 &amp;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 &amp; TSUID ? S_ISUID : 0) | (u &amp; TSGID ? S_ISGID : 0) | (u &amp; TSVTX ? S_ISVTX : 0)</span>
</pre>
</body>
</html>