Home
last modified time | relevance | path

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

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c151 static int grptb_start(void);
239 grptb_start(void) in grptb_start() function
473 if ((grptb == NULL) && (grptb_start() < 0)) in gid_from_group()
/freebsd/bin/pax/
H A Dcache.c141 grptb_start(void) in grptb_start() function
374 if ((grptb == NULL) && (grptb_start() < 0)) in gid_name()
H A Dextern.h102 int grptb_start(void);
H A Dtar.c650 if ((usrtb_start() < 0) || (grptb_start() < 0)) in ustar_strd()