Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dgetopt.c146 static char *nextchar; variable
411 nextchar = NULL; in _getopt_initialize()
548 if (nextchar == NULL || *nextchar == '\0') in _getopt_internal()
621 nextchar = (argv[optind] + 1 in _getopt_internal()
652 for (nameend = nextchar; *nameend && *nameend != '='; nameend++) in _getopt_internal()
658 if (!strncmp (p->name, nextchar, nameend - nextchar)) in _getopt_internal()
660 if ((unsigned int) (nameend - nextchar) in _getopt_internal()
685 nextchar += strlen (nextchar); in _getopt_internal()
716 nextchar += strlen (nextchar); in _getopt_internal()
733 nextchar += strlen (nextchar); in _getopt_internal()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.h179 enum expr_mode mode, char *nextchar);
Dtc-mmix.c462 int nextchar = ','; in get_operands() local
464 while (nextchar == ',') in get_operands()
504 nextchar = *p++; in get_operands()
508 if (nextchar != ',') in get_operands()
Dtc-tic6x.c1750 enum expr_mode mode ATTRIBUTE_UNUSED, char *nextchar) in tic6x_parse_name() argument
1772 *input_line_pointer = *nextchar; in tic6x_parse_name()
1834 *nextchar = *input_line_pointer; in tic6x_parse_name()