Home
last modified time | relevance | path

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

/netbsd/src/include/
Dgrp.h78 int pwcache_groupdb(int (*)(int), void (*)(void),
/netbsd/src/lib/libc/gen/
Dpwcache.c103 __weak_alias(pwcache_groupdb,_pwcache_groupdb)
556 pwcache_groupdb( in pwcache_groupdb() function
DMakefile.inc177 MLINKS+=pwcache.3 pwcache_userdb.3 pwcache.3 pwcache_groupdb.3
/netbsd/src/usr.sbin/mtree/
Dgetid.c137 if (pwcache_groupdb(gi_setgroupent, gi_endgrent, in setup_getid()
/netbsd/src/tools/compat/
Dcompat_defs.h496 # define pwcache_groupdb __nbcompat_pwcache_groupdb macro
521 int pwcache_groupdb(int (*)(int), void (*)(void),
Dconfigure.ac231 mkdtemp poll posix_spawn pread putc_unlocked pwcache_userdb pwcache_groupdb \
242 AC_CHECK_DECLS([group_from_gid, gid_from_group, pwcache_groupdb],,,[
Dnbtool_config.h.in277 /* Define to 1 if you have the declaration of `pwcache_groupdb', and to 0 if
600 /* Define to 1 if you have the `pwcache_groupdb' function. */
Dconfigure5407 ac_fn_c_check_decl "$LINENO" "pwcache_groupdb" "ac_cv_have_decl_pwcache_groupdb" "
/netbsd/src/lib/libc/include/
Dnamespace.h584 #define pwcache_groupdb _pwcache_groupdb macro
/netbsd/src/distrib/sets/lists/comp/
Dmi10164 ./usr/share/man/cat3/pwcache_groupdb.0 comp-c-catman .cat
18710 ./usr/share/man/html3/pwcache_groupdb.html comp-c-htmlman html
27254 ./usr/share/man/man3/pwcache_groupdb.3 comp-c-man .man
/netbsd/src/doc/
DCHANGES.prev6840 libc: added pwcache_userdb(3), pwcache_groupdb(3). [lukem 20020124]