Home
last modified time | relevance | path

Searched refs:_PC_NAME_MAX (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/src/conf/
H A Dfpathconf.c11 [_PC_NAME_MAX] = NAME_MAX, in fpathconf()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D39-1.c30 name_max = pathconf("/", _PC_NAME_MAX); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D10-1.c29 name_max = pathconf("/", _PC_NAME_MAX); in main()
/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dpathconf.c37 {.name = _PC_NAME_MAX, .limit = NAME_MAX}, in pathconf_0100()
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
H A Dfpathconf01.c59 {"_PC_NAME_MAX", _PC_NAME_MAX},
/third_party/ltp/testcases/kernel/syscalls/pathconf/
H A Dpathconf01.c128 "_PC_NAME_MAX", _PC_NAME_MAX}, {
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D5-1.c160 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
/third_party/node/deps/openssl/openssl/crypto/
H A Do_fopen.c86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
/third_party/openssl/crypto/
H A Do_fopen.c86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
/third_party/openssl/ohos_lite/
H A De_os.h113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
/third_party/lwip/src/apps/http/makefsdata/
H A Dtinydir.h137 defined _PC_NAME_MAX
781 name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); in tinydir_open()
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
73 tst_resm(TFAIL, "pathconf(_PC_NAME_MAX) failed: %s", in get_long_name_buffer()
81 "pathconf(_PC_NAME_MAX)[=%zi] too large relative to pathconf(_PC_PATH_MAX)[=%zi]", in get_long_name_buffer()
H A Dlib.c72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
73 tst_resm(TFAIL, "pathconf(_PC_NAME_MAX) failed: %s", in get_long_name_buffer()
81 "pathconf(_PC_NAME_MAX)[=%zi] too large relative to pathconf(_PC_PATH_MAX)[=%zi]", in get_long_name_buffer()
/third_party/toybox/toys/other/
H A Dstat.c148 out('d', pathconf(TT.file, _PC_NAME_MAX)); in print_statfs()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h285 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h261 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h288 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h285 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h261 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h267 #define _PC_NAME_MAX 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h261 #define _PC_NAME_MAX 3 macro
/third_party/musl/include/
H A Dunistd.h327 #define _PC_NAME_MAX 3 macro
/third_party/musl/libc-test/src/api/
H A Dunistd.c106 C(_PC_NAME_MAX) in f()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc679 return pathconf(path.value().c_str(), _PC_NAME_MAX); in GetMaximumPathComponentLength()
/third_party/elfutils/src/
H A Dar.c445 long int len = pathconf (".", _PC_NAME_MAX); in should_truncate_fname()

Completed in 20 milliseconds

12