Searched defs:getpwnam_r (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/distrib/utils/libhack/ |
H A D | getpwent.c | 49 #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 D | compat_getpwent.c | 111 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 D | getpwent_r.c | 77 getpwnam_r(const char *login, struct passwd *pwptr, char *buf, int buflen) { function
|
/netbsd-src/external/gpl2/gmake/dist/glob/ |
H A D | glob.c | 250 # define getpwnam_r(name, bufp, buf, len, res) \ macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | glob.c | 161 # define getpwnam_r(name, bufp, buf, len, res) \ macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | glob.c | 63 # define getpwnam_r(name, bufp, buf, len, res) \ macro
|
/netbsd-src/lib/libc/gen/ |
H A D | getpwent.c | 2463 getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t buflen, in getpwnam_r() function
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 411 #define getpwnam_r _getpwnam_r global() macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 3564 TEST(MemorySanitizer, getpwnam_r) { in TEST() argument
|