/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
D | fpathconf.c | 28 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()
|
D | test_src_functionalext_supplement_conf.gni | 16 "fpathconf",
|
/third_party/musl/src/conf/ |
D | pathconf.c | 5 return fpathconf(-1, name); in pathconf()
|
D | fpathconf.c | 5 long fpathconf(int fd, int name) in fpathconf() function
|
/third_party/ltp/testcases/kernel/syscalls/fpathconf/ |
D | fpathconf01.c | 87 TEST(fpathconf(fd, test_cases[i].value)); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 126 long fpathconf(int, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 126 long fpathconf(int, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 131 long fpathconf(int, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 126 long fpathconf(int, int);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 151 long fpathconf(int, int);
|
/third_party/musl/include/ |
D | unistd.h | 132 long fpathconf(int, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 151 long fpathconf(int, int);
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 126 long fpathconf(int, int);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 132 long fpathconf(int, int);
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 276 {long(*p)(int,int) = fpathconf;} in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 528 fpathconf
|
D | android.txt | 2979 fpathconf
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | tinydir.h | 781 name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); in tinydir_open()
|
/third_party/musl/ |
D | libc.map.txt | 701 fpathconf;
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 647 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
|
/third_party/rust/crates/nix/test/ |
D | test_unistd.rs | 644 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited()
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2059 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/ |
D | mod.rs | 1193 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 888 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() function
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 3313 if ((n = fpathconf(fd, _PC_PIPE_BUF)) >= 0) in pa_pipe_buf()
|