Home
last modified time | relevance | path

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

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c148 static int uidtb_start(void);
176 uidtb_start(void) in uidtb_start() function
267 if ((uidtb == NULL) && (uidtb_start() < 0)) in user_from_uid()
/freebsd/bin/pax/
H A Dcache.c69 uidtb_start(void) in uidtb_start() function
171 if ((uidtb == NULL) && (uidtb_start() < 0)) in name_uid()
H A Dextern.h99 int uidtb_start(void);
H A Dar_subs.c86 if (vflag && ((uidtb_start() < 0) || (gidtb_start() < 0))) in list()
H A Dtar.c665 if ((uidtb_start() < 0) || (gidtb_start() < 0)) in ustar_stwr()