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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c147 static char *nextchar;
414 nextchar = NULL;
479 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
146 static char *nextchar; variable
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c781 fetch_regs_from_dump (int (*nextchar) (), char *want)
786 int thischar = nextchar ();
798 thischar = nextchar ();
800 thischar = nextchar ();
809 thischar = nextchar ();
818 thischar = nextchar ();
823 thischar = nextchar ();
/freebsd-11-stable/contrib/file/src/
H A Dfuncs.c531 wchar_t nextchar; local
542 bytesconsumed = mbrtowc(&nextchar, op,
550 if (iswprint(nextchar)) {
H A Dfile.c572 wchar_t nextchar; local
577 bytesconsumed = mbrtowc(&nextchar, s, n, &state);
590 int w = wcwidth(nextchar);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c760 char *val, *nextchar; local
765 *tsz = strtoul(val, &nextchar, 0);
767 if (*nextchar == 't' || *nextchar == 'T')
769 else if (*nextchar == 'm' || *nextchar == 'M')
855 char *val, *nextchar; local
860 *result = strtoul(val, &nextchar, 0);

Completed in 180 milliseconds