Home
last modified time | relevance | path

Searched refs:pathconf (Results 1 – 25 of 49) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/conf/
Dpathconf.c43 ret = pathconf(".", data[i].name); in pathconf_0100()
55 long ret = pathconf(".", TEST_LIMIT_ERROR); in pathconf_0200()
58 ret = pathconf(NULL, PATH_MAX); in pathconf_0200()
61 ret = pathconf("not_exist", PATH_MAX); in pathconf_0200()
Dtest_src_functionalext_supplement_conf.gni21 "pathconf",
/third_party/gettext/gnulib-local/lib/
Daddext.c62 slen_max = pathconf (".", _PC_NAME_MAX); in addext()
67 slen_max = pathconf (filename, _PC_NAME_MAX); in addext()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D5-1.c108 PATH_MAX = pathconf("/", _PC_PATH_MAX); in main()
160 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c65 if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in get_long_name_buffer()
72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
183 if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in test_ENAMETOOLONG_path()
Dlib64.c65 if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in get_long_name_buffer()
72 if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) { in get_long_name_buffer()
183 if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) { in test_ENAMETOOLONG_path()
/third_party/musl/src/conf/
Dpathconf.c3 long pathconf(const char *path, int name) in pathconf() function
/third_party/e2fsprogs/include/mingw/
Dunistd.h36 long pathconf(const char *, int);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-1.c29 name_max = pathconf("/", _PC_NAME_MAX); in main()
D10-2.c35 path_max = pathconf("/", _PC_PATH_MAX); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-1.c30 name_max = pathconf("/", _PC_NAME_MAX); in main()
D39-2.c35 path_max = pathconf("/", _PC_PATH_MAX); in main()
/third_party/boost/boost/iostreams/detail/
Dcurrent_directory.hpp54 basic_buffer<char> buf(pathconf(".", _PC_PATH_MAX)); in current_directory()
/third_party/e2fsprogs/lib/e2p/
Diod.c36 max_len = pathconf(dir_name, _PC_NAME_MAX); in iterate_on_dir()
/third_party/gettext/gnulib-local/m4/
Dbackupfile.m415 AC_CHECK_FUNCS(pathconf)
/third_party/ltp/testcases/kernel/syscalls/pathconf/
Dpathconf01.c179 TEST(pathconf(path, args[i].value)); in main()
/third_party/openssl/crypto/
Do_fopen.c86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
/third_party/openssl/
De_os.h113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
/third_party/toybox/toys/other/
Dstat.c148 out('d', pathconf(TT.file, _PC_NAME_MAX)); in print_statfs()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h122 long pathconf(const char *, int);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h150 long pathconf(const char *, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h122 long pathconf(const char *, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h125 long pathconf(const char *, int);
/third_party/musl/ndk_musl_include/
Dunistd.h125 long pathconf(const char *, int);
/third_party/musl/include/
Dunistd.h126 long pathconf(const char *, int);

12