/src/usr.bin/chpass/ |
Makefile | 23 SRCS+= getpwent.c 24 CPPFLAGS.getpwent.c=-UYP
|
/src/games/warp/ |
config.h.SH | 78 /* GETPWENT: 79 * This symbol, if defined, indicates that the getpwent() routine function 82 #$d_getpwent GETPWENT /**/
|
/src/lib/libc/compat/gen/ |
compat_getpwent.c | 59 __warn_references(getpwent, 60 "warning: reference to compatibility getpwent(); include <pwd.h> to generate correct reference") 71 __weak_alias(getpwent, _getpwent) 133 getpwent(void) function in typeref:struct:passwd50 *
|
/src/distrib/utils/libhack/ |
getpwent.c | 1 /* $NetBSD: getpwent.c,v 1.12 2011/01/12 23:34:00 joerg Exp $ */ 33 * Copied from: lib/libc/gen/getpwent.c 34 * NetBSD: getpwent.c,v 1.48 2000/10/03 03:22:26 enami Exp 42 #define getpwent _getpwent macro 55 __weak_alias(getpwent,__getpwent50) 87 getpwent(void) function in typeref:struct:passwd *
|
/src/lib/libc/gen/ |
getpwent.c | 1 /* $NetBSD: getpwent.c,v 1.84 2024/01/20 14:52:47 christos Exp $ */ 89 static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95"; 91 __RCSID("$NetBSD: getpwent.c,v 1.84 2024/01/20 14:52:47 christos Exp $"); 2387 getpwent(void) function in typeref:struct:passwd * 2401 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent", __nsdefaultcompat,
|
/src/lib/libc/include/ |
namespace.h | 412 #define getpwent _getpwent macro
|