HomeSort by: relevance | last modified time | path
    Searched refs:GIDC (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pwcache.h 68 typedef struct gidc { struct
72 } GIDC;
pwcache.c 135 static GIDC **gidtb; /* gid to name cache */
137 static GIDC **grptb; /* group name to gid cache */
202 if ((gidtb = (GIDC **)calloc(GID_SZ, sizeof(GIDC *))) == NULL) {
244 if ((grptb = (GIDC **)calloc(GNM_SZ, sizeof(GIDC *))) == NULL) {
332 GIDC *ptr, **pptr;
362 *pptr = ptr = (GIDC *)malloc(sizeof(GIDC));
463 GIDC *ptr, **pptr
    [all...]

Completed in 11 milliseconds