Searched refs:origOptString (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/libpopt/
H A Dpopt.c714 const char * origOptString = NULL; local
746 origOptString = con->os->argv[con->os->next++];
748 if (origOptString == NULL) /* XXX can't happen */
751 if (con->restLeftover || *origOptString != '-' ||
752 (*origOptString == '-' && origOptString[1] == '\0'))
757 con->os->nextArg = xstrdup(origOptString);
761 con->leftovers[con->numLeftovers++] = origOptString;
767 strcpy(alloca(strlen(origOptString) + 1), origOptString);
[all...]

Completed in 74 milliseconds