Searched defs:pathconf (Results 1 – 10 of 10) sorted by relevance
/external/musl/src/conf/ |
D | pathconf.c | 3 long pathconf(const char *path, int name) in pathconf() function
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1141 def pathconf(self, name): member in Path
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 1958 pub fn pathconf<P: ?Sized + NixPath>(path: &P, var: PathconfVar) -> Result<Option<c_long>> { in pathconf() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 878 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 649 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1194 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3602 pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; in pathconf() function
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 16255 int (*pathconf)(struct nfs_server *, struct nfs_fh *, struct nfs_pathconf *); member 52343 struct nfs_pathconf *pathconf; member
|
D | vmlinux_505.h | 16255 int (*pathconf)(struct nfs_server *, struct nfs_fh *, struct nfs_pathconf *); member 52343 struct nfs_pathconf *pathconf; member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 15789 int (*pathconf)(struct nfs_server *, struct nfs_fh *, struct nfs_pathconf *); member
|