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

/freebsd-9.3-release/bin/pax/
H A Dcache.c141 * grptb_start
148 grptb_start(void) function
389 if ((grptb == NULL) && (grptb_start() < 0))
H A Dextern.h103 int grptb_start(void);
H A Dtar.c672 if ((usrtb_start() < 0) || (grptb_start() < 0))
/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c145 static int grptb_fail; /* grptb_start() failed ? */
152 static int grptb_start(void);
234 * grptb_start
240 grptb_start(void) function
474 if ((grptb == NULL) && (grptb_start() < 0))

Completed in 98 milliseconds