/external/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-0.c | 79 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/ |
D | confstr01.c | 94 TEST(confstr(test_cases[i].value, NULL, (size_t)0)); in main() 99 TEST(confstr(test_cases[i].value, buf, len)); in main()
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
|
D | .gitignore | 76 /confstr/confstr01
|
/external/libcups/cups/ |
D | tempfile.c | 79 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsTempFd()
|
D | ppd-util.c | 234 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsGetPPD3()
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 372 EXPECT_DEATH(confstr(0, small_buffer, sizeof(small_buffer) + 1)); in TestUnistd() 414 EXPECT_DEATH_STRUCT(confstr(kBogusFD, split.tiny_buffer, sizeof(split))); in TestUnistd()
|
/external/python/cpython3/Python/ |
D | thread.c | 433 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 171 self.assertRaises(ValueError, posix.confstr, "CS_garbage") 172 self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 202 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); in ThreadDescriptorSize()
|
D | sanitizer_common_interceptors.inc | 3075 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/ |
D | Path.inc | 692 size_t ConfLen = confstr(ConfName, nullptr, 0); 696 ConfLen = confstr(ConfName, Result.data(), Result.size());
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 708 size_t ConfLen = confstr(ConfName, nullptr, 0); 712 ConfLen = confstr(ConfName, Result.data(), Result.size());
|
/external/mksh/src/ |
D | main.c | 359 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 && in main_init() 360 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1) in main_init()
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 338 self.assertRaises(ValueError, posix.confstr, "CS_garbage") 339 self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 461 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in DRD_()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1270 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/ |
D | os.rst | 2369 .. 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/ |
D | pyconfig.h.in | 124 /* Define to 1 if you have the `confstr' function. */
|
D | configure.ac | 757 # Some functions have a prototype only with that define, e.g. confstr 3092 clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
|
/external/python/cpython3/ |
D | pyconfig.h.in | 134 /* Define to 1 if you have the `confstr' function. */
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7983 len = confstr(name, buffer, sizeof(buffer)); in posix_confstr() 7997 confstr(name, PyString_AS_STRING(result), len); in posix_confstr()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3784 .. function:: confstr(name) 3807 Dictionary mapping names accepted by :func:`confstr` to the integer values 3839 the *name* parameter for :func:`confstr` apply here as well; the dictionary that
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 9699 len = confstr(name, buffer, sizeof(buffer)); 9715 len2 = confstr(name, buf, len);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1499 fun:confstr=uninstrumented
|