Home
last modified time | relevance | path

Searched defs:getpwent_r (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/distrib/utils/libhack/
H A Dgetpwent.c43 #define getpwent_r _getpwent_r macro
97 getpwent_r(struct passwd *pwres, char *buf, size_t bufsiz, in getpwent_r() function
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_getpwent.c150 getpwent_r(struct passwd50 *p, char *buf, size_t len, struct passwd50 **q) in getpwent_r() function
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetpwent_r.c133 getpwent_r(struct passwd *pwptr, PASS_R_ARGS) { function
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c2408 getpwent_r(struct passwd *pwd, char *buffer, size_t buflen, in getpwent_r() function
/netbsd-src/lib/libc/include/
H A Dnamespace.h409 #define getpwent_r _getpwent_r global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3614 TEST(MemorySanitizer, getpwent_r) { in TEST() argument