Home
last modified time | relevance | path

Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/argtable3/
Dargtable3.c3919 int find_shortoption(struct arg_hdr * *table, char shortopt) in find_shortoption() argument
3925 strchr(table[tabindex]->shortopts, shortopt)) in find_shortoption()
4548 char shortopt[3]; in arg_cat_optionv() local
4552 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()