Searched defs:opt (Results 1 – 3 of 3) sorted by relevance
77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt()
61 #define CLR(opt) (sp->fts_options &= ~(opt)) argument62 #define ISSET(opt) (sp->fts_options & (opt)) argument63 #define SET(opt) (sp->fts_options |= (opt)) argument
67 struct xt_osf_opt opt[MAX_IPOPTLEN]; member