Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dgetopt.c140 static char *nextchar; variable
392 nextchar = NULL; in _getopt_initialize()
528 if (nextchar == NULL || *nextchar == '\0') in _getopt_internal()
601 nextchar = (argv[optind] + 1 in _getopt_internal()
632 for (nameend = nextchar; *nameend && *nameend != '='; nameend++) in _getopt_internal()
638 if (!strncmp (p->name, nextchar, nameend - nextchar)) in _getopt_internal()
640 if ((unsigned int) (nameend - nextchar) in _getopt_internal()
665 nextchar += strlen (nextchar); in _getopt_internal()
695 nextchar += strlen (nextchar); in _getopt_internal()
711 nextchar += strlen (nextchar); in _getopt_internal()
[all …]