/third_party/musl/src/conf/ |
H A D | fpathconf.c | 11 [_PC_NAME_MAX] = NAME_MAX, in fpathconf()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 39-1.c | 30 name_max = pathconf("/", _PC_NAME_MAX); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 10-1.c | 29 name_max = pathconf("/", _PC_NAME_MAX); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
H A D | pathconf.c | 37 {.name = _PC_NAME_MAX, .limit = NAME_MAX}, in pathconf_0100()
|
/third_party/ltp/testcases/kernel/syscalls/fpathconf/ |
H A D | fpathconf01.c | 59 {"_PC_NAME_MAX", _PC_NAME_MAX},
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
H A D | pathconf01.c | 128 "_PC_NAME_MAX", _PC_NAME_MAX}, {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 5-1.c | 160 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_fopen.c | 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
|
/third_party/openssl/crypto/ |
H A D | o_fopen.c | 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 137 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 D | lib64.c | 72 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 D | lib.c | 72 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 D | stat.c | 148 out('d', pathconf(TT.file, _PC_NAME_MAX)); in print_statfs()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 285 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 261 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 288 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 285 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 261 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 267 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 261 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/include/ |
H A D | unistd.h | 327 #define _PC_NAME_MAX 3 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 106 C(_PC_NAME_MAX) in f()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 679 return pathconf(path.value().c_str(), _PC_NAME_MAX); in GetMaximumPathComponentLength()
|
/third_party/elfutils/src/ |
H A D | ar.c | 445 long int len = pathconf (".", _PC_NAME_MAX); in should_truncate_fname()
|