Searched refs:opt_name (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/libinstaller/getopt/ |
D | getopt_long.c | 25 const char *opt_name) in option_matches() argument 28 if (*arg_str++ != *opt_name++) in option_matches() 32 if (*opt_name) in option_matches()
|
/external/syslinux/com32/lib/ |
D | getopt_long.c | 25 const char *opt_name) in option_matches() argument 28 if (*arg_str++ != *opt_name++) in option_matches() 32 if (*opt_name) in option_matches()
|
/external/fio/lib/ |
D | getopt_long.c | 29 const char *opt_name) in option_matches() argument 32 if (*arg_str++ != *opt_name++) in option_matches() 36 if (*opt_name) in option_matches()
|
/external/autotest/utils/ |
D | run_pylint.py | 331 opt_name = args[2:].split('=')[0] 332 if opt_name in rcfile and pylint_version >= 0.21: 335 % opt_name)
|
/external/v8/tools/ |
D | codemap.js | 272 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument 274 this.name = opt_name || '';
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 144 static int parse_remapped_files_with_opt(const char *opt_name, in parse_remapped_files_with_opt() argument 151 int prefix_len = strlen(opt_name); in parse_remapped_files_with_opt() 158 if (strncmp(argv[arg], opt_name, prefix_len)) in parse_remapped_files_with_opt() 182 "error: %sfrom:to argument is missing comma\n", opt_name); in parse_remapped_files_with_opt() 251 char opt_name[32]; in parse_remapped_files_with_try() local 258 sprintf(opt_name, "-remap-file-%d=", try_idx); in parse_remapped_files_with_try() 259 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg, in parse_remapped_files_with_try()
|