Lines Matching refs:nextArg
54 fprintf(stderr, "\tcon %p os %p nextCharArg \"%s\" nextArg \"%s\" argv[%d] \"%s\"\n",
57 (con->os->nextArg ? con->os->nextArg : ""),
144 myOpt, con->os->nextArg, cbData);
197 os->nextArg = _free(os->nextArg);
213 con->os->nextArg = _free(con->os->nextArg);
336 const char * nextArg)
370 if (longName == NULL && nextArg != NULL && *nextArg != '\0')
371 con->os->nextCharArg = nextArg;
376 con->os->nextArg = NULL;
382 if (longName && nextArg != NULL && *nextArg != '\0') {
388 av[ac++] = nextArg;
1112 rc = poptSaveBits(arg.ptr, opt->argInfo, con->os->nextArg);
1116 rc = poptSaveString(arg.ptr, opt->argInfo, con->os->nextArg);
1120 arg.argv[0] = (con->os->nextArg) ? xstrdup(con->os->nextArg) : NULL;
1130 if ((rc = poptParseInteger(&aNUM, argInfo, con->os->nextArg)) != 0)
1167 if (con->os->nextArg) {
1170 aDouble = strtod(con->os->nextArg, &end);
1263 con->os->nextArg = xstrdup(origOptString);
1379 con->os->nextArg = _free(con->os->nextArg);
1382 con->os->nextArg = (char *) longArg;
1385 con->os->nextArg = (char *) longArg;
1396 con->os->nextArg = NULL;
1412 con->os->nextArg = NULL;
1417 con->os->nextArg = (char *) longArg;
1462 if (con->finalArgv != NULL && con->os->nextArg != NULL)
1464 xstrdup(con->os->nextArg);
1475 ret = con->os->nextArg;
1476 con->os->nextArg = NULL;
1679 con->os->nextArg = NULL;