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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c128 static char *nextchar;
269 updating `optind' and `nextchar' so that the next call to `getopt' can
337 nextchar = NULL;
357 if (nextchar == NULL || *nextchar == '\0')
432 nextchar = (argv[optind] + 1
445 char *s = nextchar;
457 if (!strncmp (p->name, nextchar, s - nextchar))
459 if (s - nextchar
127 static char *nextchar; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c159 static char *nextchar;
416 nextchar = NULL;
483 updating `share__optind' and `nextchar' so that the next call to `share__getopt' can
560 if (nextchar == NULL || *nextchar == '\0')
633 nextchar = (argv[share__optind] + 1
664 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
670 if (!strncmp (p->name, nextchar, nameend - nextchar))
672 if ((unsigned int) (nameend - nextchar)
158 static char *nextchar; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dgetopt.c146 static char *nextchar;
407 nextchar = NULL;
472 updating `optind' and `nextchar' so that the next call to `getopt' can
549 if (nextchar == NULL || *nextchar == '\0')
622 nextchar = (argv[optind] + 1
653 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
659 if (!strncmp (p->name, nextchar, nameend - nextchar))
661 if ((unsigned int) (nameend - nextchar)
145 static char *nextchar; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c668 static char nextchar(char **s) function
953 *(s++) = nextchar(&p);
2712 *(s1++) = nextchar(&s);

Completed in 168 milliseconds