Home
last modified time | relevance | path

Searched refs:__nextchar (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt.c237 d->__nextchar = NULL; in _getopt_initialize()
381 if (d->__nextchar == NULL || *d->__nextchar == '\0') in _getopt_internal_r()
456 d->__nextchar = (argv[d->optind] + 1 in _getopt_internal_r()
488 for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++) in _getopt_internal_r()
494 if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) in _getopt_internal_r()
496 if ((unsigned int) (nameend - d->__nextchar) in _getopt_internal_r()
546 d->__nextchar += strlen (d->__nextchar); in _getopt_internal_r()
619 d->__nextchar += strlen (d->__nextchar); in _getopt_internal_r()
659 d->__nextchar += strlen (d->__nextchar); in _getopt_internal_r()
664 d->__nextchar += strlen (d->__nextchar); in _getopt_internal_r()
[all …]
Dgetopt_int.h53 char *__nextchar; member