Searched refs:__sanitizer_passwd (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1438 static void unpoison_passwd(void *ctx, __sanitizer_passwd *pwd) {
1489 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1493 __sanitizer_passwd *res = REAL(getpwnam)(name);
1497 INTERCEPTOR(__sanitizer_passwd *, getpwuid, u32 uid) {
1500 __sanitizer_passwd *res = REAL(getpwuid)(uid);
1529 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd,
1530 char *buf, SIZE_T buflen, __sanitizer_passwd **result) {
1545 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf,
1546 SIZE_T buflen, __sanitizer_passwd **result) {
1601 INTERCEPTOR(__sanitizer_passwd *, getpwen
[all...]
H A Dsanitizer_platform_limits_posix.h331 struct __sanitizer_passwd { struct in namespace:__sanitizer

Completed in 49 milliseconds