/src/lib/libc/compat/gen/ |
compat_getpwent.c | 65 __warn_references(getpwent_r, 66 "warning: reference to compatibility getpwent_r(); include <pwd.h> to generate correct reference") 72 __weak_alias(getpwent_r, _getpwent_r) 150 getpwent_r(struct passwd50 *p, char *buf, size_t len, struct passwd50 **q) function in typeref:typename:int
|
/src/distrib/utils/libhack/ |
getpwent.c | 43 #define getpwent_r _getpwent_r macro 56 __weak_alias(getpwent_r,__getpwent_r50) 97 getpwent_r(struct passwd *pwres, char *buf, size_t bufsiz, function in typeref:typename:int
|
/src/lib/libc/gen/ |
getpwent.c | 1567 { /* use global state only if stayopen is set - otherwise we would blow up getpwent_r() ... */ 1637 { /* use global state only if stayopen is set - otherwise we would blow up getpwent_r() ... */ 1915 NSDB_PASSWD_COMPAT, "getpwent_r", __nsdefaultnis, 2408 getpwent_r(struct passwd *pwd, char *buffer, size_t buflen, function in typeref:typename:int 2428 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent_r", __nsdefaultcompat,
|
/src/lib/libc/include/ |
namespace.h | 413 #define getpwent_r _getpwent_r macro
|