Searched defs:getpwnam_r (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | pwd.h | 87 * getpwuid_r() & getpwnam_r() prototypes are defined here. 129 #pragma redefine_extname getpwnam_r __posix_getpwnam_r 132 extern int getpwnam_r(const char *, struct passwd *, char *, 144 #define getpwnam_r __posix_getpwnam_r macro 155 getpwnam_r(const char *__cb, struct passwd *__pwd, char *__buf, size_t __len, function 167 extern struct passwd *getpwnam_r(const char *, struct passwd *, char *, int);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getpwnam_r.c | 63 * POSIX.1c Draft-6 version of the function getpwnam_r. 67 getpwnam_r(const char *name, struct passwd *result, char *buffer, int buflen) function 147 * POSIX.1c standard version of the function getpwnam_r. 148 * User gets it via static getpwnam_r from the header file. 158 if ((*result = getpwnam_r(name, pwd, buffer, (uintptr_t)bufsize))
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 844 getpwnam_r.3c \ 1796 getpwnam_r.3c := LINKSRC = getpwnam.3c
|
Completed in 377 milliseconds