Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/conf/
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()
Dtest_src_functionalext_supplement_conf.gni16 "fpathconf",
/third_party/musl/src/conf/
Dpathconf.c5 return fpathconf(-1, name); in pathconf()
Dfpathconf.c5 long fpathconf(int fd, int name) in fpathconf() function
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
Dfpathconf01.c87 TEST(fpathconf(fd, test_cases[i].value)); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h131 long fpathconf(int, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h151 long fpathconf(int, int);
/third_party/musl/include/
Dunistd.h132 long fpathconf(int, int);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h151 long fpathconf(int, int);
/third_party/musl/ndk_musl_include/
Dunistd.h126 long fpathconf(int, int);
/third_party/musl/porting/linux/user/include/
Dunistd.h132 long fpathconf(int, int);
/third_party/musl/libc-test/src/api/
Dunistd.c276 {long(*p)(int,int) = fpathconf;} in f()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt528 fpathconf
Dandroid.txt2979 fpathconf
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h781 name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); in tinydir_open()
/third_party/musl/
Dlibc.map.txt701 fpathconf;
/third_party/rust/crates/libc/src/
Dwasi.rs647 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/third_party/rust/crates/nix/test/
Dtest_unistd.rs644 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited()
/third_party/rust/crates/nix/src/
Dunistd.rs2059 pub fn fpathconf(fd: RawFd, var: PathconfVar) -> Result<Option<c_long>> {
2062 libc::fpathconf(fd, var as c_int)
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1193 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs888 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c3313 if ((n = fpathconf(fd, _PC_PIPE_BUF)) >= 0) in pa_pipe_buf()

12