Searched refs:mnt (Results 1 – 1 of 1) sorted by relevance
77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() argument78 char* token = mnt->mnt_opts; in hasmntopt()79 char* const end = mnt->mnt_opts + strlen(mnt->mnt_opts); in hasmntopt()