Home
last modified time | relevance | path

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

/external/python/parse_type/tasks/_vendor/
Dpath.py1141 def pathconf(self, name): member in Path
/external/rust/crates/nix/src/
Dunistd.rs1927 pub fn pathconf<P: ?Sized + NixPath>(path: &P, var: PathconfVar) -> Result<Option<c_long>> { in pathconf() function
/external/rust/crates/libc/src/unix/
Dmod.rs868 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/external/rust/crates/libc/src/
Dwasi.rs538 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1186 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3597 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function