Searched defs:shortStr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1772 milliseconds