Home
last modified time | relevance | path

Searched refs:pwcache_groupdb (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/build/cross-build/include/common/
H A Dgrp.h42 int pwcache_groupdb(int (*a_setgroupent)(int), void (*a_endgrent)(void),
/freebsd/include/
H A Dgrp.h72 int pwcache_groupdb(int (*)(int), void (*)(void),
/freebsd/contrib/libc-pwcache/
H A Dpwcache.c105 __weak_alias(pwcache_groupdb,_pwcache_groupdb)
558 pwcache_groupdb( in pwcache_groupdb() function
/freebsd/contrib/mtree/
H A Dgetid.c137 if (pwcache_groupdb(gi_setgroupent, gi_endgrent, in setup_getid()
/freebsd/lib/libc/gen/
H A DSymbol.map373 pwcache_groupdb;
H A DMakefile.inc473 pwcache.3 pwcache_groupdb.3 \
/freebsd/tools/build/
H A DMakefile46 _WITH_PWCACHEDB!= grep -c pwcache_groupdb ${HOST_INCLUDE_ROOT}/grp.h || true