Searched refs:opt (Results 1 – 6 of 6) sorted by relevance
158 for opt, arg in optlist:159 if opt == '-u':161 elif opt == '-v':163 elif opt == '-k':165 elif opt == '-d':
77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() argument80 const size_t optLen = strlen(opt); in hasmntopt()86 if (memcmp(token, opt, optLen) == 0 && 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
151 int opt; in ParseOpts() local158 while ((opt = getopt_long(argc, argv, "c:x:i:a:h", g_long_options, &option_index)) != -1) { in ParseOpts()159 if (opt == -1) { in ParseOpts()162 switch (opt) { in ParseOpts()
59 struct nf_osf_opt opt[MAX_IPOPTLEN]; member
166 const llvm::opt::ArgStringList& cc_args = driver_cmd.getArguments(); in generateTargetCC1Flags()