Searched refs:getpwent_r (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3399 TEST(MemorySanitizer, getpwent_r) { in TEST() argument 3404 int res = getpwent_r(&pwd, buf, sizeof(buf), &pwdres); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1645 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf, 1648 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp); 1652 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp); 1706 COMMON_INTERCEPT_FUNCTION(getpwent_r); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1921 fun:getpwent_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 709 PUBLIC aa930 0 getpwent_r
|