Home
last modified time | relevance | path

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

12

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-0.c79 n = confstr(_CS_GNU_LIBC_VERSION, NULL, (size_t) 0); in main()
83 confstr(_CS_GNU_LIBC_VERSION, pathbuf, n); in main()
88 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, (size_t) 0); in main()
92 confstr(_CS_GNU_LIBPTHREAD_VERSION, pathbuf, n); in main()
/external/ltp/testcases/kernel/syscalls/confstr/
Dconfstr01.c94 TEST(confstr(test_cases[i].value, NULL, (size_t)0)); in main()
99 TEST(confstr(test_cases[i].value, buf, len)); in main()
/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/ltp/testcases/kernel/syscalls/
DMakefile38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
D.gitignore72 /confstr/confstr01
/external/libcups/cups/
Dtempfile.c79 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsTempFd()
Dppd-util.c234 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsGetPPD3()
/external/python/cpython2/Lib/test/
Dtest_posix.py171 self.assertRaises(ValueError, posix.confstr, "CS_garbage")
172 self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc202 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in ThreadDescriptorSize()
Dsanitizer_common_interceptors.inc3075 INTERCEPTOR(SIZE_T, confstr, int name, char *buf, SIZE_T len) {
3077 COMMON_INTERCEPTOR_ENTER(ctx, confstr, name, buf, len);
3081 SIZE_T res = REAL(confstr)(name, buf, len);
3086 #define INIT_CONFSTR COMMON_INTERCEPT_FUNCTION(confstr);
/external/llvm/lib/Support/Unix/
DPath.inc692 size_t ConfLen = confstr(ConfName, nullptr, 0);
696 ConfLen = confstr(ConfName, Result.data(), Result.size());
/external/mksh/src/
Dmain.c361 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 && in main_init()
362 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1) in main_init()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc708 size_t ConfLen = confstr(ConfName, nullptr, 0);
712 ConfLen = confstr(ConfName, Result.data(), Result.size());
/external/bison/m4/
Dposix_spawn.m4401 AC_CHECK_FUNCS([confstr sched_setparam sched_setscheduler setegid seteuid vfork])
/external/valgrind/drd/
Ddrd_pthread_intercepts.c461 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in DRD_()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1270 TEST(MemorySanitizer, confstr) { in TEST() argument
1272 size_t res = confstr(_CS_PATH, buf, sizeof(buf)); in TEST()
1278 res = confstr(_CS_PATH, buf2, sizeof(buf2)); in TEST()
/external/python/cpython2/Doc/library/
Dos.rst2369 .. function:: confstr(name)
2392 Dictionary mapping names accepted by :func:`confstr` to the integer values
2414 the *name* parameter for :func:`confstr` apply here as well; the dictionary that
/external/python/cpython2/
Dpyconfig.h.in124 /* Define to 1 if you have the `confstr' function. */
Dconfigure.ac757 # Some functions have a prototype only with that define, e.g. confstr
3092 clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
Dconfigure10570 clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
/external/python/cpython2/Modules/
Dposixmodule.c7983 len = confstr(name, buffer, sizeof(buffer)); in posix_confstr()
7997 confstr(name, PyString_AS_STRING(result), len); in posix_confstr()
/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/orig/
Dsqlite3.c36509 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){

12