Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/mklocale/
Dlex.l69 \'.\' { yylval.rune = (unsigned char)yytext[1];
72 '\\a' { yylval.rune = '\a';
74 '\\b' { yylval.rune = '\b';
76 '\\f' { yylval.rune = '\f';
78 '\\n' { yylval.rune = '\n';
80 '\\r' { yylval.rune = '\r';
82 '\\t' { yylval.rune = '\t';
84 '\\v' { yylval.rune = '\v';
87 0x{XDIGIT}+ { yylval.rune = _bcs_strtoul(yytext, 0, 16);
89 0{ODIGIT}+ { yylval.rune = _bcs_strtoul(yytext, 0, 8);
[all …]
Dyacc.y103 __nbrune_t rune; member
110 %token <rune> RUNE
/netbsd/src/sbin/newfs_udf/
Dunicode.h80 u_int16_t rune = 0; in wget_utf8() local
104 rune = s[0] & 0xff; in wget_utf8()
109 rune = ((s[0] & 0x1F) << 6) | (s[1] & 0x3F); in wget_utf8()
114 rune = ((s[0] & 0x0F) << 12) | ((s[1] & 0x3F) << 6) in wget_utf8()
121 return rune; in wget_utf8()
/netbsd/src/sys/fs/
Dunicode.h80 u_int16_t rune = 0; in wget_utf8() local
105 rune = s[0] & 0xff; in wget_utf8()
110 rune = ((s[0] & 0x1F) << 6) | (s[1] & 0x3F); in wget_utf8()
115 rune = ((s[0] & 0x0F) << 12) | ((s[1] & 0x3F) << 6) in wget_utf8()
122 return rune; in wget_utf8()
/netbsd/src/lib/libc/locale/
Drune.c238 uint32_t *rune; in _rune_read_file() local
288 rune = (uint32_t *)(void *)(re + len); in _rune_read_file()
312 re->re_rune_types = rune; \ in _rune_read_file()
322 *rune++ = be32toh(*frune++); \ in _rune_read_file()
337 memcpy((void *)rune, (void const *)frune, variable_len); in _rune_read_file()
339 rl->rl_variable = (void *)rune; in _rune_read_file()
DMakefile.inc26 SRCS+= _wctrans.c _wctype.c rune.c runetable.c \
28 CPPFLAGS.rune.c+= -I${LIBCDIR}/citrus
/netbsd/src/external/historical/nawk/dist/
Db.c714 int rune; in match() local
726 n = u8_rune(&rune, (const char *) p); in match()
727 if ((ns = get_gototab(f, s, rune)) != 0) in match()
730 s = cgoto(f, s, rune); in match()
744 int rune; in pmatch() local
759 n = u8_rune(&rune, (const char *) q); in pmatch()
760 if ((ns = get_gototab(f, s, rune)) != 0) in pmatch()
763 s = cgoto(f, s, rune); in pmatch()
790 n = u8_rune(&rune, (const char *) p); in pmatch()
800 int rune; in nematch() local
[all …]
Drun.c49 static char *wide_char_to_byte_str(int rune, size_t *outlen);
623 int u8_rune(int *rune, const char *s) in u8_rune() argument
630 *rune = c; in u8_rune()
636 *rune = ((c & 0x1F) << 6) | (s[1] & 0x3F); /* 110xxxxx 10xxxxxx */ in u8_rune()
640 *rune = ((c & 0xF) << 12) | ((s[1] & 0x3F) << 6) | (s[2] & 0x3F); in u8_rune()
645 … *rune = ((c & 0x7) << 18) | ((s[1] & 0x3F) << 12) | ((s[2] & 0x3F) << 6) | (s[3] & 0x3F); in u8_rune()
649 *rune = c; in u8_rune()
2832 static char *wide_char_to_byte_str(int rune, size_t *outlen) in wide_char_to_byte_str() argument
2837 if (rune < 0 || rune > 0x10FFFF) in wide_char_to_byte_str()
2843 if (rune <= 0x0000007F) { in wide_char_to_byte_str()
[all …]
/netbsd/src/share/locale/ctype/
Dja_JP.SJIS.src4 * ja_JP.SJIS locale table for BSD4.4/rune
/netbsd/src/share/dict/
Dweb2a48655 rune-bearing
48656 rune-inscribed
66695 tree rune
Dweb2172083 rune
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS90845 2d243d6e593e2639b04cf7102d2aa9b0 gcc/testsuite/go.test/test/rune.go