Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance
3820 int find_shortoption(struct arg_hdr * *table, char shortopt) in find_shortoption() argument3826 strchr(table[tabindex]->shortopts, shortopt)) in find_shortoption()4445 char shortopt[3]; in arg_cat_optionv() local4449 shortopt[0] = '-'; in arg_cat_optionv()4450 shortopt[1] = *c; in arg_cat_optionv()4451 shortopt[2] = 0; in arg_cat_optionv()4453 arg_cat(&dest, shortopt, &ndest); in arg_cat_optionv()