Searched refs:GRP_TB_SZ (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/bin/pax/
H A Dsel_subs.h44 #define GRP_TB_SZ 317 /* user selection table size */ macro
H A Dsel_subs.c218 ((grptb = (GRPT **)calloc(GRP_TB_SZ, sizeof(GRPT *))) == NULL)) {
248 indx = ((unsigned)gid) % GRP_TB_SZ;
285 pt = grptb[((unsigned)arcn->sb.st_gid) % GRP_TB_SZ];

Completed in 35 milliseconds