Home
last modified time | relevance | path

Searched defs:hasmntopt (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/misc/
Dmntent.c74 char *hasmntopt(const struct mntent *mnt, const char *opt) in hasmntopt() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4329 pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; in hasmntopt() function