Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/ltp/testcases/kernel/syscalls/confstr/
Dconfstr01.c61 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/
Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/musl/porting/liteos_a/user/src/conf/
Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/
Dconf_confstr_test.cpp20 pathMax = confstr(_CS_PATH, nullptr, 0);
/third_party/ltp/testcases/kernel/syscalls/
DMakefile24 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
/third_party/python/Lib/distutils/
Dspawn.py112 path = os.confstr("CS_PATH")
/third_party/python/Python/
Dthread.c231 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/third_party/toybox/lib/
Dportability.h323 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/
Dunistd.h153 size_t confstr(int, char *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h128 size_t confstr(int, char *, size_t);
/third_party/musl/porting/linux/user/include/
Dunistd.h155 size_t confstr(int, char *, size_t);
/third_party/musl/include/
Dunistd.h192 size_t confstr(int, char *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h128 size_t confstr(int, char *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h128 size_t confstr(int, char *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h133 size_t confstr(int, char *, size_t);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h153 size_t confstr(int, char *, size_t);
/third_party/toybox/toys/posix/
Dgetconf.c182 confstr(c->value, toybuf, sizeof(toybuf)); in show_conf()
/third_party/musl/libc-test/src/api/
Dunistd.c257 {size_t(*p)(int,char*,size_t) = confstr;} in f()
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst28 :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/
DPath.inc708 size_t ConfLen = confstr(ConfName, nullptr, 0);
712 ConfLen = confstr(ConfName, Result.data(), Result.size());
/third_party/python/Lib/
Dplatform.py179 ver = os.confstr('CS_GNU_LIBC_VERSION')
/third_party/mksh/
Dmain.c385 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/
Dgtest-port.cc1111 ::confstr(_CS_DARWIN_USER_TEMP_DIR, user_temp_dir, sizeof(user_temp_dir)); in CapturedStream()
/third_party/googletest/googletest/src/
Dgtest-port.cc1086 ::confstr(_CS_DARWIN_USER_TEMP_DIR, user_temp_dir, sizeof(user_temp_dir)); in CapturedStream()

12