Home
last modified time | relevance | path

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

/onnv-gate/usr/src/head/
H A Dpwd.h169 #define getpwnam_r __posix_getpwnam_r macro
180 getpwnam_r(const char *__cb, struct passwd *__pwd, char *__buf, int __len, in getpwnam_r() function
213 #define getpwnam_r __posix_getpwnam_r macro
228 getpwnam_r(__cb, __pwd, __buf, __len, __res) in getpwnam_r() function
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c67 getpwnam_r(const char *name, struct passwd *result, char *buffer, int buflen) in getpwnam_r() function