Home
last modified time | relevance | path

Searched refs:GRPT (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Dsel_subs.c60 static GRPT **grptb = NULL; /* group selection table */
199 GRPT *pt; in grp_add()
209 ((grptb = (GRPT **)calloc(GRP_TB_SZ, sizeof(GRPT *))) == NULL)) { in grp_add()
247 if ((pt = (GRPT *)malloc(sizeof(GRPT))) != NULL) { in grp_add()
267 GRPT *pt; in grp_match()
H A Dsel_subs.h51 } GRPT; typedef