Searched defs:opt (Results 1 – 4 of 4) sorted by relevance
77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt()
62 #define CLR(opt) (sp->fts_options &= ~(opt)) argument63 #define ISSET(opt) (sp->fts_options & (opt)) argument64 #define SET(opt) (sp->fts_options |= (opt)) argument
59 struct nf_osf_opt opt[MAX_IPOPTLEN]; member
149 int opt; in ParseOpts() local