mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.9 KiB
HTML
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, &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 && (tempstat.st_mode & 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 && (tempstat.st_mode & 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 && (tempstat.st_mode & 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 & 0001) != 0)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|