Searched refs:nextchar (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/file/src/ ! |
| H A D | file.c | 587 wchar_t nextchar; in fname_print() local 593 bytesconsumed = mbrtowc(&nextchar, inname, n, &state); in fname_print() 596 nextchar = *inname++; in fname_print() 599 file_octal(CAST(unsigned char, nextchar)); in fname_print() 604 if (iswprint(nextchar)) { in fname_print() 605 printf("%lc", (wint_t)nextchar); in fname_print() 609 file_octal(CAST(unsigned char, nextchar)); in fname_print() 668 wchar_t nextchar; in file_mbswidth() local 674 bytesconsumed = mbrtowc(&nextchar, s, n, &state); in file_mbswidth() 677 nextchar = *s; in file_mbswidth() [all …]
|
| H A D | funcs.c | 570 wchar_t nextchar; in file_getbuffer() local 581 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer() 589 if (iswprint(nextchar)) { in file_getbuffer()
|
| /src/sbin/ipf/common/ ! |
| H A D | lexer.c | 196 nextchar: in yylex() 224 goto nextchar; in yylex() 236 goto nextchar; in yylex() 247 goto nextchar; in yylex() 298 goto nextchar; in yylex() 532 goto nextchar; in yylex()
|
| /src/contrib/bearssl/src/x509/ ! |
| H A D | asn1.t0 | 60 : parse-number ( -- val nextchar ) 90 parse-number { nextchar } 94 begin nextchar `. = while 95 parse-number >nextchar
|
| /src/contrib/ofed/opensm/opensm/ ! |
| H A D | osm_torus.c | 760 char *val, *nextchar; in parse_size() local 765 *tsz = strtoul(val, &nextchar, 0); in parse_size() 767 if (*nextchar == 't' || *nextchar == 'T') in parse_size() 769 else if (*nextchar == 'm' || *nextchar == 'M') in parse_size() 855 char *val, *nextchar; in parse_unsigned() local 860 *result = strtoul(val, &nextchar, 0); in parse_unsigned()
|