Searched defs:mntent (Results 1 – 4 of 4) sorted by relevance
23 struct mntent { struct34 struct mntent *getmntent(FILE *); argument
491 struct mntent *mntent = NULL; in build_pinned_obj_table() local
1421 struct mntent *mntent; in path_to_procfs() local
4302 pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent; in getmntent()4305 pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; in hasmntopt()