OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gidcount
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/ftpd/
extern.h
316
GLOBAL int
gidcount
; /* number of entries in gidlist[] */
variable in typeref:typename:GLOBAL int
ftpd.c
317
gidcount
= 0;
1301
gidcount
= 0;
1499
gidcount
= getgroups(0, NULL);
1502
gidlist = malloc(
gidcount
* sizeof *gidlist);
1503
gidcount
= getgroups(
gidcount
, gidlist);
cmds.c
795
for (i = 0; i <
gidcount
; i++)
Completed in 16 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025