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

22 lines
1.9 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>tempstat</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--widget--input_complete.c.html#L224'>tempstat</a> 224 lib/widget/input_complete.c struct stat tempstat;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L230'>tempstat</a> 230 lib/widget/input_complete.c if (mc_stat (tmp_vpath, &amp;tempstat) == 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L238'>tempstat</a> 238 lib/widget/input_complete.c if (!S_ISDIR (tempstat.st_mode))</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L242'>tempstat</a> 242 lib/widget/input_complete.c if ((my_uid == 0 &amp;&amp; (tempstat.st_mode &amp; 0111) != 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L243'>tempstat</a> 243 lib/widget/input_complete.c || (my_uid == tempstat.st_uid &amp;&amp; (tempstat.st_mode &amp; 0100) != 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L244'>tempstat</a> 244 lib/widget/input_complete.c || (my_gid == tempstat.st_gid &amp;&amp; (tempstat.st_mode &amp; 0010) != 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L245'>tempstat</a> 245 lib/widget/input_complete.c || (tempstat.st_mode &amp; 0001) != 0)</span>
</pre>
</body>
</html>