Home
last modified time | relevance | path

Searched defs:fpathconf (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/conf/
H A Dfpathconf.c5 long fpathconf(int fd, int name) in fpathconf() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h68 #define fpathconf _fpathconf macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs2059 pub fn fpathconf(fd: RawFd, var: PathconfVar) -> Result<Option<c_long>> { in fpathconf() functions
/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/libc/src/unix/
H A Dmod.rs888 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions
/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/fuchsia/
H A Dmod.rs3601 pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; in fpathconf() functions

Completed in 25 milliseconds