Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance
3919 int find_shortoption(struct arg_hdr * *table, char shortopt) in find_shortoption() argument3925 strchr(table[tabindex]->shortopts, shortopt)) in find_shortoption()4548 char shortopt[3]; in arg_cat_optionv() local4552 shortopt[0] = '-'; in arg_cat_optionv()4553 shortopt[1] = *c; in arg_cat_optionv()4554 shortopt[2] = 0; in arg_cat_optionv()4556 arg_cat(&dest, shortopt, &ndest); in arg_cat_optionv()