/third_party/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()
|
/third_party/ltp/testcases/kernel/syscalls/confstr/ |
D | confstr01.c | 61 TST_EXP_POSITIVE(confstr(test_cases[i].value, NULL, (size_t)0)); in run() 69 TEST(confstr(test_cases[i].value, buf, len)); in run()
|
/third_party/musl/src/conf/ |
D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr() function
|
/third_party/musl/porting/liteos_a/user/src/conf/ |
D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr() function
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/ |
D | conf_confstr_test.cpp | 20 pathMax = confstr(_CS_PATH, nullptr, 0);
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 24 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
|
/third_party/python/Lib/distutils/ |
D | spawn.py | 112 path = os.confstr("CS_PATH")
|
/third_party/python/Python/ |
D | thread.c | 231 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
|
/third_party/toybox/lib/ |
D | portability.h | 323 static inline void confstr(int a, char *b, int c) {strcpy(b, a ? "POSIXLY_CORRECT=1" : "/bin:/usr/b… in confstr() function
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 153 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 128 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 155 size_t confstr(int, char *, size_t);
|
/third_party/musl/include/ |
D | unistd.h | 192 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 128 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 128 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 133 size_t confstr(int, char *, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 153 size_t confstr(int, char *, size_t);
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 182 confstr(c->value, toybuf, sizeof(toybuf)); in show_conf()
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 257 {size_t(*p)(int,char*,size_t) = confstr;} in f()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 28 :func:`shutil.which` now uses ``os.confstr("CS_PATH")`` if available and if 354 ``os.confstr("CS_PATH")`` if available instead of :data:`os.defpath`, if the 356 ``os.confstr("CS_PATH")`` nor :data:`os.defpath` if the ``PATH`` environment
|
/third_party/skia/third_party/externals/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());
|
/third_party/python/Lib/ |
D | platform.py | 179 ver = os.confstr('CS_GNU_LIBC_VERSION')
|
/third_party/mksh/ |
D | main.c | 385 if ((k = confstr(_CS_PATH, NULL, 0)) > 0 && in main_init() 386 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1) in main_init()
|
/third_party/node/deps/googletest/src/ |
D | gtest-port.cc | 1111 ::confstr(_CS_DARWIN_USER_TEMP_DIR, user_temp_dir, sizeof(user_temp_dir)); in CapturedStream()
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 1086 ::confstr(_CS_DARWIN_USER_TEMP_DIR, user_temp_dir, sizeof(user_temp_dir)); in CapturedStream()
|