OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numLeftovers
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpopt/
poptint.h
67
int
numLeftovers
;
popt.c
242
con->
numLeftovers
= 0;
396
(6 + item->argc + con->
numLeftovers
+ con->finalArgvCount));
418
if (con->leftovers != NULL && con->
numLeftovers
> 0) {
419
memcpy(argv + argc, con->leftovers, sizeof(*argv) * con->
numLeftovers
);
420
argc += con->
numLeftovers
;
761
con->leftovers[con->
numLeftovers
++] = origOptString;
1033
if (con && con->leftovers != NULL && con->nextLeftover < con->
numLeftovers
)
1041
if (con && con->leftovers != NULL && con->nextLeftover < con->
numLeftovers
)
1050
con->leftovers == NULL || con->
numLeftovers
== con->nextLeftover)
1054
con->leftovers[con->
numLeftovers
] = NULL
[
all
...]
Completed in 63 milliseconds