Searched refs:_PC_NAME_MAX (Results 1 – 17 of 17) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 35 #if HAVE_PATHCONF && defined(_PC_NAME_MAX) in iterate_on_dir() 36 max_len = pathconf(dir_name, _PC_NAME_MAX); in iterate_on_dir()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 10-1.c | 29 name_max = pathconf("/", _PC_NAME_MAX); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 39-1.c | 30 name_max = pathconf("/", _PC_NAME_MAX); in main()
|
/external/ltp/testcases/kernel/syscalls/fpathconf/ |
D | fpathconf01.c | 59 {"_PC_NAME_MAX", _PC_NAME_MAX},
|
/external/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 128 "_PC_NAME_MAX", _PC_NAME_MAX}, {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 5-1.c | 152 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
|
/external/libgsm/src/ |
D | toast.c | 161 #ifdef _PC_NAME_MAX 175 _PC_NAME_MAX);
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 209 _PC_NAME_MAX = 4 variable
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | lib64.c | 72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
|
D | lib.c | 72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
|
/external/rootdev/ |
D | rootdev.c | 120 working_path_size = pathconf(basedir, _PC_NAME_MAX) + 1; in match_sysfs_device()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 304 _PC_NAME_MAX = 4 variable
|
D | STROPTS.py | 301 _PC_NAME_MAX = 4 variable
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 978 return pathconf(path.value().c_str(), _PC_NAME_MAX); in GetMaximumPathComponentLength()
|
/external/elfutils/src/ |
D | ar.c | 454 long int len = pathconf (".", _PC_NAME_MAX); in do_oper_extract()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7750 #ifdef _PC_NAME_MAX 7751 {"PC_NAME_MAX", _PC_NAME_MAX},
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 9789 #ifdef _PC_NAME_MAX 9790 {"PC_NAME_MAX", _PC_NAME_MAX},
|