Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
Dpathconf.c3 long pathconf(const char *path, int name) in pathconf() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs909 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/third_party/rust/crates/libc/src/
Dwasi.rs652 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1199 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3617 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h15789 int (*pathconf)(struct nfs_server *, struct nfs_fh *, struct nfs_pathconf *); member