Searched defs:nextCharArg (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptint.h55 const char * nextCharArg; member in struct:optionStackEntry
H A Dpopt.c44 fprintf(stderr, "\tcon %p os %p nextCharArg \"%s\" nextArg \"%s\" argv[%d] \"%s\"\n",
46 (con->os->nextCharArg ? con->os->nextCharArg : ""),
238 con->os->nextCharArg = NULL;
326 /*@exposed@*/ /*@null@*/ const char * nextCharArg)
361 if (nextCharArg && *nextCharArg)
362 con->os->nextCharArg = nextCharArg;
369 con->os->nextCharArg
324 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
[all...]

Completed in 490 milliseconds