Home
last modified time | relevance | path

Searched refs:cur_opt (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c109 const struct option *cur_opt; in rt_init_long() local
142 cur_opt = longopts; in rt_init_long()
143 while (cur_opt && cur_opt->name) { in rt_init_long()
144 if (cur_opt->flag) { in rt_init_long()
146 " is non-null\n", cur_opt->name); in rt_init_long()
149 if (!strchr(all_options, cur_opt->val)) { in rt_init_long()
152 cur_opt->name, cur_opt->val, all_options); in rt_init_long()
155 if (strchr(longopt_vals, cur_opt in rt_init_long()
[all...]
/third_party/ffmpeg/fftools/
H A Dcmdutils.c416 const char *cur_opt = argv[i]; in locate_option() local
418 if (*cur_opt++ != '-') in locate_option()
421 po = find_option(options, cur_opt); in locate_option()
422 if (!po->name && cur_opt[0] == 'n' && cur_opt[1] == 'o') in locate_option()
423 po = find_option(options, cur_opt + 2); in locate_option()
425 if ((!po->name && !strcmp(cur_opt, optname)) || in locate_option()

Completed in 3 milliseconds