Searched refs:__getpwuid50 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/usr.bin/id/
H A DMakefile21 SANITIZER_RENAME_SYMBOL+= __getpwuid50
/netbsd-current/usr.bin/chpass/
H A DMakefile28 SANITIZER_RENAME_SYMBOL+= __getpwuid50
/netbsd-current/include/
H A Dpwd.h122 struct passwd *getpwuid(uid_t) __RENAME(__getpwuid50); variable
/netbsd-current/lib/libc/compat/include/
H A Dpwd.h76 struct passwd *__getpwuid50(uid_t);
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_getpwent.c100 return cvt(__getpwuid50(uid));
/netbsd-current/distrib/utils/libhack/
H A Dgetpwent.c57 __weak_alias(getpwuid,__getpwuid50)

Completed in 157 milliseconds