Searched refs:gidtb_start (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Dcache.c93 * gidtb_start
100 gidtb_start(void) function
249 if ((gidtb == NULL) && (gidtb_start() < 0))
H A Dextern.h101 int gidtb_start(void);
H A Dar_subs.c93 if (vflag && ((uidtb_start() < 0) || (gidtb_start() < 0)))
H A Dtar.c687 if ((uidtb_start() < 0) || (gidtb_start() < 0))
/freebsd-10.0-release/contrib/libc-pwcache/
H A Dpwcache.c143 static int gidtb_fail; /* gidtb_start() failed ? */
150 static int gidtb_start(void);
192 * gidtb_start
198 gidtb_start(void) function
337 if ((gidtb == NULL) && (gidtb_start() < 0))

Completed in 54 milliseconds