Searched refs:getmntent_r (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 341 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL) in open_temp_exec_file_mnt()
|
/external/toybox/toys/pending/ |
D | fsck.c | 381 while (getmntent_r(fp, &mt, toybuf, 4096)) create_db(&mt); in fsck_main()
|
/external/libffi/src/ |
D | closures.c | 644 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL) in open_temp_exec_file_mnt()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2145 TEST(MemorySanitizer, getmntent_r) { in TEST() argument 2149 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 2338 TEST(MemorySanitizer, getmntent_r) { in TEST() argument 2345 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3612 INTERCEPTOR(__sanitizer_mntent *, getmntent_r, void *fp, 3615 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen); 3616 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen); 3620 #define INIT_GETMNTENT_R COMMON_INTERCEPT_FUNCTION(getmntent_r);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4349 INTERCEPTOR(__sanitizer_mntent *, getmntent_r, void *fp, 4352 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen); 4353 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen); 4357 #define INIT_GETMNTENT_R COMMON_INTERCEPT_FUNCTION(getmntent_r);
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1887 fun:getmntent_r=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1887 fun:getmntent_r=uninstrumented
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 1677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r
|
D | ChangeLog.old | 1685 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 1677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 396 …-type' binding='global-binding' visibility='default-visibility' alias='getmntent_r' is-defined='ye… 2593 <!-- getmntent_r --> 2594 …<elf-symbol name='getmntent_r' type='func-type' binding='weak-binding' visibility='default-visibil…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 204 …-type' binding='global-binding' visibility='default-visibility' alias='getmntent_r' is-defined='ye… 1303 …<elf-symbol name='getmntent_r' type='func-type' binding='weak-binding' visibility='default-visibil…
|