mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
30 lines
2.7 KiB
HTML
30 lines
2.7 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>ngroups</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--utilunix.c.html#L1233'>ngroups</a> 1233 lib/utilunix.c static int ngroups;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1241'>ngroups</a> 1241 lib/utilunix.c ngroups = getgroups (0, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1242'>ngroups</a> 1242 lib/utilunix.c if (ngroups == -1)</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1243'>ngroups</a> 1243 lib/utilunix.c ngroups = 0; // ignore errors</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1247'>ngroups</a> 1247 lib/utilunix.c groups = g_new (gid_t, ngroups + 1);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1249'>ngroups</a> 1249 lib/utilunix.c if (ngroups != 0)</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1251'>ngroups</a> 1251 lib/utilunix.c ngroups = getgroups (ngroups, groups);</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1252'>ngroups</a> 1252 lib/utilunix.c if (ngroups == -1)</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1253'>ngroups</a> 1253 lib/utilunix.c ngroups = 0; // ignore errors</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1258'>ngroups</a> 1258 lib/utilunix.c groups[ngroups++] = getegid ();</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L1266'>ngroups</a> 1266 lib/utilunix.c for (i = 0; i < ngroups; i++)</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L100'>ngroups</a> 100 src/viewer/hex.c int ngroups = view->bytes_per_line / 4;</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L120'>ngroups</a> 120 src/viewer/hex.c text_start = 8 + 13 * ngroups;</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L122'>ngroups</a> 122 src/viewer/hex.c text_start += ngroups - 1;</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L124'>ngroups</a> 124 src/viewer/hex.c text_start += ngroups;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|