Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpopt.c215 con->numLeftovers = 0; in poptResetContext()
457 (6 + item->argc + con->numLeftovers + con->finalArgvCount)); in execCommand()
484 if (con->leftovers != NULL && con->numLeftovers > 0) { in execCommand()
485 memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->numLeftovers); in execCommand()
486 argc += con->numLeftovers; in execCommand()
840 con->leftovers == NULL || con->numLeftovers == con->nextLeftover) in poptBitsArgs()
844 con->leftovers[con->numLeftovers] = NULL; in poptBitsArgs()
1273 con->leftovers[con->numLeftovers++] = origOptString; in poptGetNextOpt()
1478 if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers) in poptGetArg()
1486 if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers) in poptPeekArg()
[all …]
Dpoptint.h96 int numLeftovers; member