Home
last modified time | relevance | path

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

/external/oprofile/libpopt/
Dpopt.c242 con->numLeftovers = 0; in poptResetContext()
396 (6 + item->argc + con->numLeftovers + con->finalArgvCount)); in execCommand()
418 if (con->leftovers != NULL && con->numLeftovers > 0) { in execCommand()
419 memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->numLeftovers); in execCommand()
420 argc += con->numLeftovers; in execCommand()
761 con->leftovers[con->numLeftovers++] = origOptString; in poptGetNextOpt()
1033 if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers) in poptGetArg()
1041 if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers) in poptPeekArg()
1050 con->leftovers == NULL || con->numLeftovers == con->nextLeftover) in poptGetArgs()
1054 con->leftovers[con->numLeftovers] = NULL; in poptGetArgs()
Dpoptint.h67 int numLeftovers; member