Searched refs:confstr (Results 1 – 13 of 13) sorted by relevance
/external/bison/lib/ |
D | spawni.c | 311 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/ |
D | sanitizer_linux_libcdep.cc | 212 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in ThreadDescriptorSize()
|
D | sanitizer_common_interceptors.inc | 2626 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/ |
D | Path.inc | 597 size_t ConfLen = confstr(ConfName, nullptr, 0); 601 ConfLen = confstr(ConfName, Result.data(), Result.size());
|
/external/mksh/src/ |
D | main.c | 308 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/ |
D | posix_spawn.m4 | 401 AC_CHECK_FUNCS([confstr sched_setparam sched_setscheduler setegid seteuid vfork])
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 384 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in DRD_()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1263 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/ |
D | libc_ubuntu1404_abilist.txt | 1499 fun:confstr=uninstrumented
|
/external/bison/ |
D | configure | 26768 for ac_func in confstr sched_setparam sched_setscheduler setegid seteuid vfork
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 766 PUBLIC b3e10 0 confstr
|
/external/sqlite/dist/ |
D | sqlite3.c | 31918 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31900 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
|