/src/lib/libc/compat/gen/ |
compat_getpwent.c | 53 __warn_references(getpwnam, 54 "warning: reference to compatibility getpwnam(); include <pwd.h> to generate correct reference") 75 __weak_alias(getpwnam, _getpwnam) 105 getpwnam(const char *name) function in typeref:struct:passwd50 *
|
compat_getpwent.c | 53 __warn_references(getpwnam, 54 "warning: reference to compatibility getpwnam(); include <pwd.h> to generate correct reference") 75 __weak_alias(getpwnam, _getpwnam) 105 getpwnam(const char *name) function in typeref:struct:passwd50 *
|
/src/tests/usr.bin/id/ |
pwgr.c | 150 getpwnam(const char *login) function in typeref:struct:passwd *
|
pwgr.c | 150 getpwnam(const char *login) function in typeref:struct:passwd *
|
/src/distrib/utils/libhack/ |
getpwent.c | 45 #define getpwnam _getpwnam macro 58 __weak_alias(getpwnam,__getpwnam50) 113 getpwnam(const char *name) function in typeref:struct:passwd *
|
getpwent.c | 45 #define getpwnam _getpwnam macro 58 __weak_alias(getpwnam,__getpwnam50) 113 getpwnam(const char *name) function in typeref:struct:passwd *
|
/src/lib/libc/gen/ |
getpwent.c | 2442 getpwnam(const char *name) function in typeref:struct:passwd * 2456 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam", __nsdefaultcompat,
|
getpwent.c | 2442 getpwnam(const char *name) function in typeref:struct:passwd * 2456 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam", __nsdefaultcompat,
|
/src/lib/libc/include/ |
namespace.h | 414 #define getpwnam _getpwnam macro
|
namespace.h | 414 #define getpwnam _getpwnam macro
|