Searched refs:__getpwuid_r50 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.bin/chpass/
H A DMakefile29 SANITIZER_RENAME_SYMBOL+= __getpwuid_r50
/netbsd-current/include/
H A Dpwd.h131 struct passwd **) __RENAME(__getpwuid_r50); variable
/netbsd-current/lib/libc/compat/include/
H A Dpwd.h82 int __getpwuid_r50(uid_t, struct passwd *, char *, size_t,
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_getpwent.c126 int rv = __getpwuid_r50(uid, &px, buf, len, &qx);
/netbsd-current/distrib/utils/libhack/
H A Dgetpwent.c59 __weak_alias(getpwuid_r,__getpwuid_r50)

Completed in 98 milliseconds