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

26 lines
2.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>getuid</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--lock.c.html#L97'>getuid</a> 97 lib/lock.c pw = getpwuid (getuid ());</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1018'>getuid</a> 1018 lib/vfs/direntry.c st.st_uid = getuid ();</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L767'>getuid</a> 767 lib/vfs/interface.c if (lstat (tmpdir, &amp;st) == 0 &amp;&amp; S_ISDIR (st.st_mode) &amp;&amp; st.st_uid == getuid ()</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L133'>getuid</a> 133 lib/vfs/utilvfs.c my_uid = getuid ();</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L235'>getuid</a> 235 lib/widget/input_complete.c my_uid = getuid ();</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L193'>getuid</a> 193 src/consaver/cons.saver.c uid = getuid ();</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2134'>getuid</a> 2134 src/editor/edit.c edit-&gt;stat1.st_uid = getuid ();</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1521'>getuid</a> 1521 src/filemanager/layout.c pw = getpwuid (getuid ());</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1711'>getuid</a> 1711 src/filemanager/mountlist.c ((uintmax_t) (getuid () ? fs_use.fsu_bavail : fs_use.fsu_bfree) * fs_use.fsu_blocksize)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L214'>getuid</a> 214 src/vfs/extfs/extfs.c st.st_uid = getuid ();</span>
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L191'>getuid</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>