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

44 lines
5.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>uid</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.h.html#L213'>uid</a> 213 lib/util.h const char *get_owner (uid_t uid);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L268'>uid</a> 268 lib/utilunix.c get_owner (uid_t uid)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L274'>uid</a> 274 lib/utilunix.c name = i_cache_match ((int) uid, uid_cache, UID_CACHE_SIZE);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L278'>uid</a> 278 lib/utilunix.c pwd = getpwuid (uid);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L281'>uid</a> 281 lib/utilunix.c i_cache_add ((int) uid, uid_cache, UID_CACHE_SIZE, pwd-&gt;pw_name, (int *) &amp;uid_last);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L288'>uid</a> 288 lib/utilunix.c g_snprintf (ibuf, sizeof (ibuf), "%d", (int) uid);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1234'>uid</a> 1234 lib/utilunix.c static uid_t uid;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1239'>uid</a> 1239 lib/utilunix.c uid = geteuid ();</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1263'>uid</a> 1263 lib/utilunix.c if (st-&gt;st_uid == uid || uid == 0)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L169'>uid</a> 169 src/consaver/cons.saver.c uid_t uid, euid;</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L193'>uid</a> 193 src/consaver/cons.saver.c uid = getuid ();</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L196'>uid</a> 196 src/consaver/cons.saver.c if (seteuid (uid) &lt; 0)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L210'>uid</a> 210 src/consaver/cons.saver.c if (st.st_uid != uid)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L229'>uid</a> 229 src/consaver/cons.saver.c if (seteuid (uid) &lt; 0)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L254'>uid</a> 254 src/consaver/cons.saver.c || st.st_uid != uid || read (vcsa_fd, buffer, buffer_size) != buffer_size</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L255'>uid</a> 255 src/consaver/cons.saver.c || fstat (console_fd, &amp;st) &lt; 0 || st.st_uid != uid)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L257'>uid</a> 257 src/consaver/cons.saver.c if (seteuid (uid) &lt; 0)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L262'>uid</a> 262 src/consaver/cons.saver.c &amp;&amp; st.st_uid == uid)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L265'>uid</a> 265 src/consaver/cons.saver.c if (seteuid (uid) &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1001'>uid</a> 1001 src/filemanager/achown.c uid_t uid = ch_flags[9] == '+' ? sf_stat.st_uid : (uid_t) (-1);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1010'>uid</a> 1010 src/filemanager/achown.c else if (mc_chown (vpath, uid, gid) == -1)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1015'>uid</a> 1015 src/filemanager/achown.c else if (!try_advanced_chown (vpath, get_mode (), uid, gid))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L253'>uid</a> 253 src/vfs/sftpfs/internal.c s-&gt;st_uid = attrs-&gt;uid;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.h.html#L77'>uid</a> 77 src/vfs/tar/tar-internal.h char uid[8]; // 108</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.h.html#L141'>uid</a> 141 src/vfs/tar/tar-internal.h char uid[8]; // 108</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L454'>uid</a> 454 src/vfs/tar/tar.c : UID_FROM_HEADER (header-&gt;header.uid);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L474'>uid</a> 474 src/vfs/tar/tar.c current_stat_info.stat.st_uid = UID_FROM_HEADER (header-&gt;header.uid);</span>
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L189'>uid</a> 189 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c symbolic_uid (uid_t uid)</span>
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L191'>uid</a> 191 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c return (opt_symbolic_ids &amp;&amp; uid == getuid ()) ? "&lt;&lt;uid&gt;&gt;" : my_itoa ((int) uid);</span>
</pre>
</body>
</html>