Home
last modified time | relevance | path

Searched defs:getpwnam_r (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/distrib/utils/libhack/
H A Dgetpwent.c49 #define getpwnam_r _getpwnam_r macro
121 getpwnam_r(const char *name, struct passwd *pwres, char *buf, size_t bufsiz, in getpwnam_r() function
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_getpwent.c111 getpwnam_r(const char *name , struct passwd50 *p, char *buf, size_t len, in getpwnam_r() function
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetpwent_r.c77 getpwnam_r(const char *login, struct passwd *pwptr, char *buf, int buflen) { function
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dglob.c250 # define getpwnam_r(name, bufp, buf, len, res) \ macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dglob.c161 # define getpwnam_r(name, bufp, buf, len, res) \ macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c63 # define getpwnam_r(name, bufp, buf, len, res) \ macro
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c2463 getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t buflen, in getpwnam_r() function
/netbsd-src/lib/libc/include/
H A Dnamespace.h411 #define getpwnam_r _getpwnam_r global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3564 TEST(MemorySanitizer, getpwnam_r) { in TEST() argument