Home
last modified time | relevance | path

Searched refs:fpathconf (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dfpathconf.c28 long result = fpathconf(0, _PC_LINK_MAX); in fpathconf_0100()
40 long result = fpathconf(0, _PC_SOCK_MAXBUF); in fpathconf_0200()
52 long result = fpathconf(0, _PC_FILESIZEBITS); in fpathconf_0300()
64 long result = fpathconf(0, _PC_2_SYMLINKS); in fpathconf_0400()
76 long result = fpathconf(0, 1000); in fpathconf_0500()
/third_party/musl/src/conf/
H A Dpathconf.c5 return fpathconf(-1, name); in pathconf()
H A Dfpathconf.c5 long fpathconf(int fd, int name) in fpathconf() function
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
H A Dfpathconf01.c37 * Testcase to test the basic functionality of fpathconf(2) system call.
87 TEST(fpathconf(fd, test_cases[i].value)); in main()
92 "fpathconf has NO limit for " in main()
96 "fpathconf(fd, %s) failed", in main()
101 "fpathconf(fd, %s) returned %ld", in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h68 #define fpathconf _fpathconf macro
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h151 long fpathconf(int, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h153 long fpathconf(int, int);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h151 long fpathconf(int, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h131 long fpathconf(int, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h126 long fpathconf(int, int);
/third_party/musl/include/
H A Dunistd.h190 long fpathconf(int, int);
/third_party/lwip/src/apps/http/makefsdata/
H A Dtinydir.h781 name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); in tinydir_open()
/third_party/musl/libc-test/src/api/
H A Dunistd.c276 {long(*p)(int,int) = fpathconf;} in f()
/third_party/rust/crates/libc/src/
H A Dwasi.rs647 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs644 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited()
647 .expect("fpathconf failed") in test_fpathconf_limited()
/third_party/rust/crates/nix/src/
H A Dunistd.rs2044 /// [fpathconf(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html))
2059 pub fn fpathconf(fd: RawFd, var: PathconfVar) -> Result<Option<c_long>> { in fpathconf() functions
2062 libc::fpathconf(fd, var as c_int) in fpathconf()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1193 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs888 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3547 if ((n = fpathconf(fd, _PC_PIPE_BUF)) >= 0) in pa_pipe_buf()
/third_party/python/Modules/
H A Dposixmodule.c11592 /* This is used for fpathconf(), pathconf(), confstr() and sysconf().
11752 os.fpathconf -> long
11770 limit = fpathconf(fd, name); in os_fpathconf_impl()
11801 limit = fpathconf(path->fd, name); in os_pathconf_impl()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3601 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions
/third_party/python/Lib/test/
H A Dtest_os.py2219 @unittest.skipUnless(hasattr(os, 'fpathconf'), 'test needs os.fpathconf()')
2226 self.check(os.fpathconf, "PC_NAME_MAX")

Completed in 64 milliseconds