Home
last modified time | relevance | path

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

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