Home | Sort by: relevance | last modified time | path |
/src/lib/libc/compat/gen/ | |
compat_getpwent.c | 51 __warn_references(getpwuid, 52 "warning: reference to compatibility getpwuid(); include <pwd.h> to generate correct reference") 73 __weak_alias(getpwuid, _getpwuid) 98 getpwuid(uid_t uid) function in typeref:struct:passwd50 * |
/src/tests/usr.bin/id/ | |
pwgr.c | 170 getpwuid(uid_t uid) function in typeref:struct:passwd * |
/src/distrib/utils/libhack/ | |
getpwent.c | 44 #define getpwuid _getpwuid macro 57 __weak_alias(getpwuid,__getpwuid50) 139 getpwuid(uid_t uid) function in typeref:struct:passwd * |
/src/lib/libc/gen/ | |
getpwent.c | 2497 getpwuid(uid_t uid) function in typeref:struct:passwd * 2511 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwuid", __nsdefaultcompat, |
/src/lib/libc/include/ | |
namespace.h | 416 #define getpwuid _getpwuid macro |