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

/freebsd-9.3-release/bin/pax/
H A Dsel_subs.h47 } USRT; typedef in typeref:struct:usrt
H A Dsel_subs.c63 static USRT **usrtb = NULL; /* user selection table */
106 USRT *pt;
116 ((usrtb = (USRT **)calloc(USR_TB_SZ, sizeof(USRT *))) == NULL)) {
158 if ((pt = (USRT *)malloc(sizeof(USRT))) != NULL) {
178 USRT *pt;

Completed in 56 milliseconds