Home
last modified time | relevance | path

Searched defs:getpwent (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libc/compat/gen/
H A Dcompat_getpwent.c71 __weak_alias(getpwent, _getpwent) in __weak_alias() argument
133 getpwent(void) in getpwent() function
/netbsd-src/games/warp/
H A Dconfig.h.SH79 * This symbol, if defined, indicates that the getpwent() routine function
/netbsd-src/distrib/utils/libhack/
H A Dgetpwent.c42 #define getpwent _getpwent macro
87 getpwent(void) in getpwent() function
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetpwent.c56 getpwent(void) { in getpwent() function
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c2387 getpwent(void) in getpwent() function
/netbsd-src/lib/libc/include/
H A Dnamespace.h408 #define getpwent _getpwent global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3604 TEST(MemorySanitizer, getpwent) { in TEST() argument