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

/freebsd-11.0-release/bin/pax/
H A Dcache.c92 * gidtb_start
99 gidtb_start(void) function
248 if ((gidtb == NULL) && (gidtb_start() < 0))
H A Dextern.h101 int gidtb_start(void);
H A Dar_subs.c92 if (vflag && ((uidtb_start() < 0) || (gidtb_start() < 0)))
H A Dtar.c685 if ((uidtb_start() < 0) || (gidtb_start() < 0))
/freebsd-11.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 121 milliseconds