__nextchar 285 libglibc/getopt.c d->__nextchar = NULL; __nextchar 429 libglibc/getopt.c if (d->__nextchar == NULL || *d->__nextchar == '\0') __nextchar 504 libglibc/getopt.c d->__nextchar = (argv[d->optind] + 1 __nextchar 536 libglibc/getopt.c for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++) __nextchar 542 libglibc/getopt.c if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) __nextchar 544 libglibc/getopt.c if ((unsigned int) (nameend - d->__nextchar) __nextchar 594 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 667 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 707 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 712 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 728 libglibc/getopt.c || strchr (optstring, *d->__nextchar) == NULL) __nextchar 742 libglibc/getopt.c argv[0], d->__nextchar); __nextchar 745 libglibc/getopt.c argv[0], d->__nextchar); __nextchar 753 libglibc/getopt.c argv[0], argv[d->optind][0], d->__nextchar); __nextchar 756 libglibc/getopt.c argv[0], argv[d->optind][0], d->__nextchar); __nextchar 777 libglibc/getopt.c d->__nextchar = (char *) ""; __nextchar 787 libglibc/getopt.c char c = *d->__nextchar++; __nextchar 791 libglibc/getopt.c if (*d->__nextchar == '\0') __nextchar 842 libglibc/getopt.c if (*d->__nextchar != '\0') __nextchar 844 libglibc/getopt.c d->optarg = d->__nextchar; __nextchar 893 libglibc/getopt.c for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '='; __nextchar 900 libglibc/getopt.c if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) __nextchar 902 libglibc/getopt.c if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name)) __nextchar 947 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 991 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 1029 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 1033 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); __nextchar 1043 libglibc/getopt.c d->__nextchar = NULL; __nextchar 1051 libglibc/getopt.c if (*d->__nextchar != '\0') __nextchar 1053 libglibc/getopt.c d->optarg = d->__nextchar; __nextchar 1058 libglibc/getopt.c d->__nextchar = NULL; __nextchar 1063 libglibc/getopt.c if (*d->__nextchar != '\0') __nextchar 1065 libglibc/getopt.c d->optarg = d->__nextchar; __nextchar 1109 libglibc/getopt.c d->__nextchar = NULL; __nextchar 55 libglibc/getopt_int.h char *__nextchar;