Home
last modified time | relevance | path

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

/external/oprofile/libpopt/
Dpopt.c476 int singleDash) in findOption() argument
482 if (singleDash && !shortName && (longName && *longName == '\0')) in findOption()
498 callbackData, singleDash); in findOption()
510 (!singleDash || (opt->argInfo & POPT_ARGFLAG_ONEDASH)) && in findOption()
777 int singleDash; in poptGetNextOpt() local
781 singleDash = 0, optString++; in poptGetNextOpt()
783 singleDash = 1; in poptGetNextOpt()
802 singleDash); in poptGetNextOpt()
803 if (!opt && !singleDash) in poptGetNextOpt()