Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:opt_name

144 static int parse_remapped_files_with_opt(const char *opt_name,
151 int prefix_len = strlen(opt_name);
158 if (strncmp(argv[arg], opt_name, prefix_len))
182 "error: %sfrom:to argument is missing comma\n", opt_name);
251 char opt_name[32];
258 sprintf(opt_name, "-remap-file-%d=", try_idx);
259 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,