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

/external/oprofile/libpopt/
H A Dpopt.c735 char * localOptString, * optString; local
766 localOptString = optString =
769 if (optString[0] == '\0')
772 if (optString[1] == '-' && !optString[2]) {
779 optString++;
780 if (*optString == '-')
781 singleDash = 0, optString++;
786 if (handleAlias(con, optString, '\0', NULL))
789 if (handleExec(con, optString, '\
[all...]

Completed in 68 milliseconds