Home
last modified time | relevance | path

Searched refs:opt_name (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/libinstaller/getopt/
Dgetopt_long.c25 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/
Dgetopt_long.c25 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/
Dgetopt_long.c29 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/
Drun_pylint.py331 opt_name = args[2:].split('=')[0]
332 if opt_name in rcfile and pylint_version >= 0.21:
335 % opt_name)
/external/v8/tools/
Dcodemap.js272 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument
274 this.name = opt_name || '';
/external/clang/tools/c-index-test/
Dc-index-test.c144 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()