/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 5-1.c | 100 PATH_MAX = pathconf("/", _PC_PATH_MAX); in main() 152 NAME_MAX = pathconf("/", _PC_NAME_MAX); in main()
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | lib64.c | 65 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()
|
D | lib.c | 65 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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 10-1.c | 29 name_max = pathconf("/", _PC_NAME_MAX); in main()
|
D | 10-2.c | 35 path_max = pathconf("/", _PC_PATH_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()
|
D | 39-2.c | 35 path_max = pathconf("/", _PC_PATH_MAX); in main()
|
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 36 max_len = pathconf(dir_name, _PC_NAME_MAX); in iterate_on_dir()
|
/external/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 179 TEST(pathconf(path, args[i].value)); in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-cygwin_util.c | 61 return (pathconf(filename, _PC_POSIX_PERMISSIONS)); in check_ntsec()
|
/external/toybox/toys/other/ |
D | stat.c | 144 else if (type == 'l') out('d', pathconf(TT.file, _PC_NAME_MAX)); in print_statfs()
|
/external/rootdev/ |
D | rootdev.c | 120 working_path_size = pathconf(basedir, _PC_NAME_MAX) + 1; in match_sysfs_device()
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 191 long pathconf(const char *path, int name);
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
|
/external/toybox/toys/posix/ |
D | getconf.c | 177 long l = i ? pathconf(path, c->value) : sysconf(c->value); in show_conf()
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1141 def pathconf(self, name): member in Path 1143 return os.pathconf(self, name)
|
/external/libgsm/src/ |
D | toast.c | 174 max_filename_length = pathconf(s > name ? name : ".",
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 979 return pathconf(path.value().c_str(), _PC_NAME_MAX); in GetMaximumPathComponentLength()
|
/external/ltp/runtest/ |
D | quickhit | 166 # Basic test for pathconf(2)
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 1927 pub fn pathconf<P: ?Sized + NixPath>(path: &P, var: PathconfVar) -> Result<Option<c_long>> { in pathconf() function 1931 libc::pathconf(cstr.as_ptr(), var as c_int) in pathconf()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 538 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
|
/external/rust/crates/nix/test/ |
D | test_unistd.rs | 600 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited()
|
/external/elfutils/src/ |
D | ar.c | 446 long int len = pathconf (".", _PC_NAME_MAX); in should_truncate_fname()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 349 /* Define to 1 if you have the `pathconf' function. */
|
/external/llvm-project/libcxx/src/filesystem/ |
D | operations.cpp | 898 auto size = ::pathconf(".", _PC_PATH_MAX); in __current_path()
|