Searched refs:getgrent (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/tests/lib/libc/gen/
H A Dt_getgrent.c71 atf_tc_set_md_var(tc, "descr", "Test sequential getgrent(2)");
86 while((gr = getgrent()) != NULL)
95 while((gr = getgrent()) != NULL)
99 atf_tc_fail("sequential getgrent(3) failed");
103 * The getgrent(3) call should always
110 while((gr = getgrent()) != NULL)
114 atf_tc_fail("getgrent(3) did not rewind");
134 * used by getgrent(3), fork(2) is required,
137 while((gr = getgrent()) != NULL) {
/netbsd-current/include/
H A Dgrp.h68 struct group *getgrent(void);
/netbsd-current/lib/libc/gen/
H A DMakefile.inc18 getdevmajor.c getdomainname.c getentropy.c getgrent.c \
65 getgrent.3 getgrouplist.3 gethostname.3 getlastlogx.3 getloadavg.3 \
136 MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
137 getgrent.3 getgrnam.3 getgrent.3 setgrent.3
138 MLINKS+=getgrent.3 getgrgid_r.3 getgrent.3 getgrnam_r.3 getgrent
[all...]
H A Dgetgrent.c1 /* $NetBSD: getgrent.c,v 1.66 2012/03/29 13:05:10 christos Exp $ */
89 static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94";
91 __RCSID("$NetBSD: getgrent.c,v 1.66 2012/03/29 13:05:10 christos Exp $");
125 __weak_alias(getgrent,_getgrent)
1347 * If searchfunc is NULL then nsdispatch of getgrent is used.
1743 getgrent(void) function
1757 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent", __nsdefaultcompat,
/netbsd-current/distrib/utils/libhack/
H A DMakefile.inc24 HACKOBJS+= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o jemalloc.o \
88 getgrent.o: ${HACKSRC}/getgrent.c
H A Dgetgrent.c1 /* $NetBSD: getgrent.c,v 1.11 2005/09/14 15:31:18 he Exp $ */
58 * Copied from: lib/libc/gen/getgrent.c
59 * NetBSD: getgrent.c,v 1.46 2003/02/17 00:11:54 simonb Exp
67 #define getgrent _getgrent macro
76 __weak_alias(getgrent,_getgrent)
111 getgrent(void) function
235 while ((grp = getgrent()) != NULL) {
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetgrent.c21 static const char rcsid[] = "Id: getgrent.c,v 1.5 2005/04/27 04:56:24 sra Exp ";
58 getgrent() { function
H A Dgetgrent_r.c133 struct group *ge = getgrent();
/netbsd-current/usr.sbin/repquota/
H A Drepquota.c296 while ((gr = getgrent()) != 0)
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_v2.c454 grp = getgrent();
/netbsd-current/libexec/identd/
H A Didentd.c976 while ((gr = getgrent()) != NULL) {
999 while ((gr = getgrent()) != NULL) {
/netbsd-current/usr.bin/getent/
H A Dgetent.c261 while ((gr = getgrent()) != NULL)
/netbsd-current/lib/libc/include/
H A Dnamespace.h368 #define getgrent _getgrent macro
/netbsd-current/usr.sbin/quotacheck/
H A Dquotacheck.c237 while ((gr = getgrent()) != 0)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dacl.c566 while (griter = getgrent ())
/netbsd-current/usr.sbin/user/
H A Duser.c2488 for (cc = 0 ; (grp = getgrent()) != NULL ; ) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3641 TEST(MemorySanitizer, getgrent) {
3643 struct group *p = getgrent();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1997 INTERCEPTOR(__sanitizer_group *, getgrent, int dummy) {
1999 COMMON_INTERCEPTOR_ENTER(ctx, getgrent, dummy);
2000 __sanitizer_group *res = REAL(getgrent)(dummy);
2006 COMMON_INTERCEPT_FUNCTION(getgrent);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2011 INTERCEPTOR(__sanitizer_group *, getgrent, int dummy) {
2013 COMMON_INTERCEPTOR_ENTER(ctx, getgrent, dummy);
2014 __sanitizer_group *res = REAL(getgrent)(dummy);
2020 COMMON_INTERCEPT_FUNCTION(getgrent);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2027 INTERCEPTOR(__sanitizer_group *, getgrent, int dummy) {
2029 COMMON_INTERCEPTOR_ENTER(ctx, getgrent, dummy);
2030 __sanitizer_group *res = REAL(getgrent)(dummy);
2036 COMMON_INTERCEPT_FUNCTION(getgrent);

Completed in 217 milliseconds