Home
last modified time | relevance | path

Searched refs:_PC_NAME_MAX (Results 1 – 17 of 17) sorted by relevance

/external/e2fsprogs/lib/e2p/
Diod.c35 #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/
D10-1.c29 name_max = pathconf("/", _PC_NAME_MAX); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-1.c30 name_max = pathconf("/", _PC_NAME_MAX); in main()
/external/ltp/testcases/kernel/syscalls/fpathconf/
Dfpathconf01.c59 {"_PC_NAME_MAX", _PC_NAME_MAX},
/external/ltp/testcases/kernel/syscalls/pathconf/
Dpathconf01.c128 "_PC_NAME_MAX", _PC_NAME_MAX}, {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D5-1.c152 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
/external/libgsm/src/
Dtoast.c161 #ifdef _PC_NAME_MAX
175 _PC_NAME_MAX);
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py209 _PC_NAME_MAX = 4 variable
/external/ltp/testcases/kernel/syscalls/nftw/
Dlib64.c72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
Dlib.c72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
/external/rootdev/
Drootdev.c120 working_path_size = pathconf(basedir, _PC_NAME_MAX) + 1; in match_sysfs_device()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py304 _PC_NAME_MAX = 4 variable
DSTROPTS.py301 _PC_NAME_MAX = 4 variable
/external/libchrome/base/files/
Dfile_util_posix.cc978 return pathconf(path.value().c_str(), _PC_NAME_MAX); in GetMaximumPathComponentLength()
/external/elfutils/src/
Dar.c454 long int len = pathconf (".", _PC_NAME_MAX); in do_oper_extract()
/external/python/cpython2/Modules/
Dposixmodule.c7750 #ifdef _PC_NAME_MAX
7751 {"PC_NAME_MAX", _PC_NAME_MAX},
/external/python/cpython3/Modules/
Dposixmodule.c9789 #ifdef _PC_NAME_MAX
9790 {"PC_NAME_MAX", _PC_NAME_MAX},