Searched defs:opt (Results 1 – 4 of 4) sorted by relevance
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
77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt()
59 struct nf_osf_opt opt[MAX_IPOPTLEN]; member
151 int opt; in ParseOpts() local