Searched refs:_PC_PATH_MAX (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 10-2.c | 35 path_max = pathconf("/", _PC_PATH_MAX); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 39-2.c | 35 path_max = pathconf("/", _PC_PATH_MAX); in main()
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
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()
|
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()
|
/external/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 129 "_PC_PATH_MAX", _PC_PATH_MAX}, {
|
/external/ltp/testcases/kernel/syscalls/fpathconf/ |
D | fpathconf01.c | 60 {"_PC_PATH_MAX", _PC_PATH_MAX},
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 5-1.c | 102 PATH_MAX = pathconf("/", _PC_PATH_MAX); in main()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 181 #if !defined PATH_MAX && defined _PC_PATH_MAX 182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 210 _PC_PATH_MAX = 5 variable
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 305 _PC_PATH_MAX = 5 variable
|
D | STROPTS.py | 302 _PC_PATH_MAX = 5 variable
|
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 446 auto size = ::pathconf(".", _PC_PATH_MAX); in __current_path()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7722 #ifdef _PC_PATH_MAX 7723 {"PC_PATH_MAX", _PC_PATH_MAX},
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 9388 #ifdef _PC_PATH_MAX 9389 {"PC_PATH_MAX", _PC_PATH_MAX},
|