Searched refs:nextchar (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c154 static char *nextchar;
408 nextchar = NULL;
473 updating `optind' and `nextchar' so that the next call to `getopt' can
557 if (nextchar == NULL || *nextchar == '\0')
630 nextchar = (argv[optind] + 1
661 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
667 if (!strncmp (p->name, nextchar, nameend - nextchar))
669 if ((unsigned int) (nameend - nextchar)
153 static char *nextchar; variable
[all...]

Completed in 32 milliseconds