/third_party/musl/src/conf/ |
D | fpathconf.c | 12 [_PC_PATH_MAX] = PATH_MAX, in fpathconf()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | lib.c | 65 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()
|
D | lib64.c | 65 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/ |
D | 10-2.c | 35 path_max = pathconf("/", _PC_PATH_MAX); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 39-2.c | 35 path_max = pathconf("/", _PC_PATH_MAX); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
D | pathconf.c | 35 {.name = _PC_PATH_MAX, .limit = PATH_MAX}, in pathconf_0100()
|
/third_party/ltp/testcases/kernel/syscalls/fpathconf/ |
D | fpathconf01.c | 60 {"_PC_PATH_MAX", _PC_PATH_MAX},
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 129 "_PC_PATH_MAX", _PC_PATH_MAX}, {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 5-1.c | 108 PATH_MAX = pathconf("/", _PC_PATH_MAX); in main()
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 286 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 262 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 289 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/include/ |
D | unistd.h | 328 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 262 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 262 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 268 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 286 #define _PC_PATH_MAX 4 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 108 C(_PC_PATH_MAX) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 431 _PC_PATH_MAX
|
D | android.txt | 2678 _PC_PATH_MAX
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 894 pub const _PC_PATH_MAX: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 696 pub const _PC_PATH_MAX: ::c_int = 4; constant
|
/third_party/node/deps/uv/src/unix/ |
D | fs.c | 699 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1051 pub const _PC_PATH_MAX: ::c_int = 5; constant
|
/third_party/libuv/src/unix/ |
D | fs.c | 720 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size()
|