Searched refs:flag_short (Results 1 – 3 of 3) sorted by relevance
25 int flag_short; member41 .flag_short = s, \
41 *flag1 = opt1->flag_short < 0x100 ? opt1->flag_short : '\0'; in h_compare_opt()42 *flag2 = opt2->flag_short < 0x100 ? opt2->flag_short : '\0'; in h_compare_opt()103 if (opt->flag_short >= 0x100) in sandbox_early_getopt_check()106 printf(" -%c, ", opt->flag_short); in sandbox_early_getopt_check()
365 if (sb_opt[i]->flag_short) { in os_parse_args()366 short_opts[si++] = long_opts[i].val = sb_opt[i]->flag_short; in os_parse_args()370 long_opts[i].val = sb_opt[i]->flag_short = hidden_short_opt++; in os_parse_args()385 if (sb_opt[i]->flag_short == c) { in os_parse_args()
Completed in 6 milliseconds