Home
last modified time | relevance | path

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

/posix/
A Dgetopt.c300 d->__nextchar += strlen (d->__nextchar); in process_long_option()
321 d->__nextchar = NULL; in process_long_option()
333 d->__nextchar = NULL; in process_long_option()
391 d->__nextchar = NULL; in _getopt_initialize()
492 if (d->__nextchar == NULL || *d->__nextchar == '\0') in _getopt_internal_r()
629 if (*d->__nextchar != '\0') in _getopt_internal_r()
648 d->__nextchar = d->optarg; in _getopt_internal_r()
660 d->optarg = d->__nextchar; in _getopt_internal_r()
665 d->__nextchar = NULL; in _getopt_internal_r()
672 d->optarg = d->__nextchar; in _getopt_internal_r()
[all …]
A Dgetopt_int.h82 char *__nextchar; member

Completed in 6 milliseconds