Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1269 static void unpoison_passwd(void *ctx, __sanitizer_passwd *pwd) {
1320 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) {
1324 __sanitizer_passwd *res = REAL(getpwnam)(name);
1328 INTERCEPTOR(__sanitizer_passwd *, getpwuid, u32 uid) {
1331 __sanitizer_passwd *res = REAL(getpwuid)(uid);
1360 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd,
1361 char *buf, SIZE_T buflen, __sanitizer_passwd **result) {
1376 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf,
1377 SIZE_T buflen, __sanitizer_passwd **result) {
1432 INTERCEPTOR(__sanitizer_passwd *, getpwent, int dummy) {
[all …]
Dsanitizer_platform_limits_posix.h327 struct __sanitizer_passwd { struct