Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c80 const char *itr_short; in help() local
86 for (itr = options, itr_short = options_short; in help()
87 itr->name != NULL; itr++, itr_short++) in help()
88 printf("\t-%c, --%s\n", *itr_short, itr->name); in help()