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