Searched refs:fgetpwent (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | port-uw.c | 115 while (ent = fgetpwent(fd)) { in nischeck()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | getpw_getgr.cpp | 106 test<passwd>(&fgetpwent, pwd_file().get()); in main()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3415 TEST(MemorySanitizer, fgetpwent) { in TEST() argument 3417 struct passwd *p = fgetpwent(fp); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 3647 TEST(MemorySanitizer, fgetpwent) { in TEST() argument 3649 struct passwd *p = fgetpwent(fp); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1623 INTERCEPTOR(__sanitizer_passwd *, fgetpwent, void *fp) { 1625 COMMON_INTERCEPTOR_ENTER(ctx, fgetpwent, fp); 1626 __sanitizer_passwd *res = REAL(fgetpwent)(fp); 1638 COMMON_INTERCEPT_FUNCTION(fgetpwent); \
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2028 INTERCEPTOR(__sanitizer_passwd *, fgetpwent, void *fp) { 2030 COMMON_INTERCEPTOR_ENTER(ctx, fgetpwent, fp); 2031 __sanitizer_passwd *res = REAL(fgetpwent)(fp); 2043 COMMON_INTERCEPT_FUNCTION(fgetpwent); \
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1713 fun:fgetpwent=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1713 fun:fgetpwent=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 703 PUBLIC aa200 0 fgetpwent
|