Home
last modified time | relevance | path

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

/external/oprofile/libpopt/
Dpopthelp.c592 char shortStr[2] = { '\0', '\0' }; in singleOptionUsage() local
593 const char * item = shortStr; in singleOptionUsage()
602 shortStr[0] = opt->shortName; in singleOptionUsage()
603 shortStr[1] = '\0'; in singleOptionUsage()