Home
last modified time | relevance | path

Searched refs:fpathconf (Results 1 – 25 of 28) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/fpathconf/
Dfpathconf01.c87 TEST(fpathconf(fd, test_cases[i].value)); in main()
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-POSIX.c190 long fpathconf(int fildes, int name);
/external/ltp/runtest/
Dquickhit109 # Basic test for fpathconf(2)
/external/rust/crates/nix/src/
Dunistd.rs1890 pub fn fpathconf(fd: RawFd, var: PathconfVar) -> Result<Option<c_long>> { in fpathconf() function
1893 libc::fpathconf(fd, var as c_int) in fpathconf()
/external/rust/crates/libc/src/
Dwasi.rs533 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/external/python/cpython2/Lib/test/
Dtest_os.py710 self.check(os.fpathconf, "PC_NAME_MAX")
Dtest_subprocess.py510 pipe_buf = os.fpathconf(x, "PC_PIPE_BUF")
/external/rust/crates/nix/test/
Dtest_unistd.rs593 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited()
/external/rust/crates/libc/src/vxworks/
Dmod.rs1180 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/external/rust/crates/libc/src/unix/
Dmod.rs847 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/external/python/cpython2/
Dpyconfig.h.in267 /* Define to 1 if you have the `fpathconf' function. */
Dconfigure.ac3121 clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
Dconfigure10604 clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
/external/python/cpython2/Doc/library/
Dos.rst685 .. function:: fpathconf(fd, name)
1287 Dictionary mapping names accepted by :func:`pathconf` and :func:`fpathconf` to
/external/python/cpython3/
Dpyconfig.h.in362 /* Define to 1 if you have the `fpathconf' function. */
Dconfigure.ac3684 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
/external/rust/crates/nix/
DCHANGELOG.md702 - Added `sysconf`, `pathconf`, and `fpathconf`
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_syscalls_netbsd.inc1498 PRE_SYSCALL(fpathconf)(long long fd_, long long name_) { /* Nothing to do */ }
1499 POST_SYSCALL(fpathconf)(long long res, long long fd_, long long name_) {
/external/python/cpython3/Modules/
Dposixmodule.c11415 limit = fpathconf(fd, name); in os_fpathconf_impl()
11446 limit = fpathconf(path->fd, name); in os_pathconf_impl()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3581 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/external/python/cpython3/Doc/library/
Dos.rst807 .. function:: fpathconf(fd, name)
2069 Dictionary mapping names accepted by :func:`pathconf` and :func:`fpathconf` to
/external/python/cpython3/Lib/test/
Dtest_os.py2014 self.check(os.fpathconf, "PC_NAME_MAX")
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1757 fun:fpathconf=uninstrumented
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1757 fun:fpathconf=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c7802 limit = fpathconf(fd, name); in posix_fpathconf()

12