HomeSort by: relevance | last modified time | path
    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