Home
last modified time | relevance | path

Searched refs:usrtb_start (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libc-pwcache/
H A Dpwcache.c150 static int usrtb_start(void);
218 usrtb_start(void) in usrtb_start() function
409 if ((usrtb == NULL) && (usrtb_start() < 0)) in uid_from_user()
/freebsd-14.2/bin/pax/
H A Dcache.c123 usrtb_start(void) in usrtb_start() function
316 if ((usrtb == NULL) && (usrtb_start() < 0)) in uid_name()
H A Dextern.h103 int usrtb_start(void);
H A Dtar.c650 if ((usrtb_start() < 0) || (grptb_start() < 0)) in ustar_strd()