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

/freebsd-9.3-release/bin/pax/
H A Dcache.c69 * uidtb_start
76 uidtb_start(void) function
178 if ((uidtb == NULL) && (uidtb_start() < 0))
H A Dextern.h100 int uidtb_start(void);
H A Dar_subs.c94 if (vflag && ((uidtb_start() < 0) || (gidtb_start() < 0)))
H A Dtar.c687 if ((uidtb_start() < 0) || (gidtb_start() < 0))
/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c142 static int uidtb_fail; /* uidtb_start() failed ? */
149 static int uidtb_start(void);
171 * uidtb_start
177 uidtb_start(void) function
268 if ((uidtb == NULL) && (uidtb_start() < 0))

Completed in 39 milliseconds