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

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 &lt; 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-&gt;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>