Searched refs:extra_short_opts (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_core.c | 734 const char *extra_short_opts, in common_init() argument 798 for (i = 0; extra_short_opts && extra_short_opts[i]; i++) { in common_init() 799 if (extra_short_opts[i] == ':') in common_init() 803 if (memchr(std_short_opts, extra_short_opts[i], std_short_opts_len)) { in common_init() 810 if (long_options[x].val == extra_short_opts[i]) { in common_init() 812 long_options[x].name, extra_short_opts[i]); in common_init() 830 extra_short_opts ? extra_short_opts : "", in common_init() 963 const char *extra_short_opts, in igt_subtest_init_parse_opts() argument 972 ret = common_init(argc, argv, extra_short_opts, extra_long_opts, in igt_subtest_init_parse_opts() 1009 const char *extra_short_opts, in igt_simple_init_parse_opts() argument [all …]
|
D | igt_core.h | 154 const char *extra_short_opts, 292 const char *extra_short_opts,
|