Home
last modified time | relevance | path

Searched refs:confstr (Results 1 – 13 of 13) sorted by relevance

/external/bison/lib/
Dspawni.c311 len = confstr (_CS_PATH, (char *) NULL, 0); in __spawni()
314 (void) confstr (_CS_PATH, path + 1, len); in __spawni()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc212 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in ThreadDescriptorSize()
Dsanitizer_common_interceptors.inc2626 INTERCEPTOR(SIZE_T, confstr, int name, char *buf, SIZE_T len) {
2628 COMMON_INTERCEPTOR_ENTER(ctx, confstr, name, buf, len);
2632 SIZE_T res = REAL(confstr)(name, buf, len);
2637 #define INIT_CONFSTR COMMON_INTERCEPT_FUNCTION(confstr);
/external/llvm/lib/Support/Unix/
DPath.inc597 size_t ConfLen = confstr(ConfName, nullptr, 0);
601 ConfLen = confstr(ConfName, Result.data(), Result.size());
/external/mksh/src/
Dmain.c308 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 && in main_init()
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1) in main_init()
/external/bison/m4/
Dposix_spawn.m4401 AC_CHECK_FUNCS([confstr sched_setparam sched_setscheduler setegid seteuid vfork])
/external/valgrind/drd/
Ddrd_pthread_intercepts.c384 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in DRD_()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1263 TEST(MemorySanitizer, confstr) { in TEST() argument
1265 size_t res = confstr(_CS_PATH, buf, sizeof(buf)); in TEST()
1271 res = confstr(_CS_PATH, buf2, sizeof(buf2)); in TEST()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1499 fun:confstr=uninstrumented
/external/bison/
Dconfigure26768 for ac_func in confstr sched_setparam sched_setscheduler setegid seteuid vfork
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym766 PUBLIC b3e10 0 confstr
/external/sqlite/dist/
Dsqlite3.c31918 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
/external/sqlite/dist/orig/
Dsqlite3.c31900 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){