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

/freebsd-12-stable/bin/pax/
H A Dsel_subs.h54 } GRPT; typedef in typeref:struct:grpt
H A Dsel_subs.c65 static GRPT **grptb = NULL; /* group selection table */
208 GRPT *pt;
218 ((grptb = (GRPT **)calloc(GRP_TB_SZ, sizeof(GRPT *))) == NULL)) {
260 if ((pt = (GRPT *)malloc(sizeof(GRPT))) != NULL) {
280 GRPT *pt;

Completed in 197 milliseconds