Home
last modified time | relevance | path

Searched refs:_PC_PATH_MAX (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/src/conf/
Dfpathconf.c12 [_PC_PATH_MAX] = PATH_MAX, in fpathconf()
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c65 if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in get_long_name_buffer()
183 if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in test_ENAMETOOLONG_path()
Dlib64.c65 if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in get_long_name_buffer()
183 if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in test_ENAMETOOLONG_path()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-2.c35 path_max = pathconf("/", _PC_PATH_MAX); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-2.c35 path_max = pathconf("/", _PC_PATH_MAX); in main()
/third_party/musl/libc-test/src/functionalext/supplement/conf/
Dpathconf.c35 {.name = _PC_PATH_MAX, .limit = PATH_MAX}, in pathconf_0100()
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
Dfpathconf01.c60 {"_PC_PATH_MAX", _PC_PATH_MAX},
/third_party/ltp/testcases/kernel/syscalls/pathconf/
Dpathconf01.c129 "_PC_PATH_MAX", _PC_PATH_MAX}, {
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D5-1.c108 PATH_MAX = pathconf("/", _PC_PATH_MAX); in main()
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h286 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h262 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h289 #define _PC_PATH_MAX 4 macro
/third_party/musl/include/
Dunistd.h328 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h262 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h262 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h268 #define _PC_PATH_MAX 4 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h286 #define _PC_PATH_MAX 4 macro
/third_party/musl/libc-test/src/api/
Dunistd.c108 C(_PC_PATH_MAX) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt431 _PC_PATH_MAX
Dandroid.txt2678 _PC_PATH_MAX
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs894 pub const _PC_PATH_MAX: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs696 pub const _PC_PATH_MAX: ::c_int = 4; constant
/third_party/node/deps/uv/src/unix/
Dfs.c699 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1051 pub const _PC_PATH_MAX: ::c_int = 5; constant
/third_party/libuv/src/unix/
Dfs.c720 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()

12