Home
last modified time | relevance | path

Searched defs:pathconf (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/conf/
H A Dpathconf.c3 long pathconf(const char *path, int name) in pathconf() function
/third_party/rust/crates/nix/src/
H A Dunistd.rs2096 pub fn pathconf<P: ?Sized + NixPath>(path: &P, var: PathconfVar) -> Result<Option<c_long>> { pathconf() functions
[all...]
/third_party/rust/crates/libc/src/
H A Dwasi.rs652 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs909 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1199 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3617 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() functions

Completed in 24 milliseconds