/src/distrib/utils/libhack/ |
getgrent.c | 1 /* $NetBSD: getgrent.c,v 1.12 2005/09/14 15:54:53 drochner 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 in typeref:struct:group * 235 while ((grp = getgrent()) != NULL) {
|
/src/lib/libc/gen/ |
getgrent.c | 1 /* $NetBSD: getgrent.c,v 1.67 2012/08/29 18:50:35 dholland Exp $ */ 89 static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; 91 __RCSID("$NetBSD: getgrent.c,v 1.67 2012/08/29 18:50:35 dholland Exp $"); 125 __weak_alias(getgrent,_getgrent) 1347 * If searchfunc is NULL then nsdispatch of getgrent is used. 1743 getgrent(void) function in typeref:struct:group * 1757 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent", __nsdefaultcompat,
|
/src/lib/libc/include/ |
namespace.h | 372 #define getgrent _getgrent macro
|