Searched refs:GNM_SZ (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libc-pwcache/
H A Dpwcache.h55 #define GNM_SZ 251 /* size of group_name to gid cache */ macro
H A Dpwcache.c247 if ((grptb = (GIDC **)calloc(GNM_SZ, sizeof(GIDC *))) == NULL) {
574 FLUSHTB(grptb, GNM_SZ, grptb_fail);
/freebsd-10.3-release/bin/pax/
H A Dcache.h53 #define GNM_SZ 317 /* size of group name cache */ macro
H A Dcache.c155 if ((grptb = (GIDC **)calloc(GNM_SZ, sizeof(GIDC *))) == NULL) {

Completed in 90 milliseconds