Searched refs:rune (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 714 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 …]
|
H A D | run.c | 46 static char *wide_char_to_byte_str(int rune, size_t *outlen); 630 int u8_rune(int *rune, const char *s) in u8_rune() argument 637 *rune = c; in u8_rune() 643 *rune = ((c & 0x1F) << 6) | (s[1] & 0x3F); /* 110xxxxx 10xxxxxx */ in u8_rune() 647 *rune = ((c & 0xF) << 12) | ((s[1] & 0x3F) << 6) | (s[2] & 0x3F); in u8_rune() 652 *rune = ((c & 0x7) << 18) | ((s[1] & 0x3F) << 12) | ((s[2] & 0x3F) << 6) | (s[3] & 0x3F); in u8_rune() 656 *rune = c; in u8_rune() 2843 static char *wide_char_to_byte_str(int rune, size_t *outlen) in wide_char_to_byte_str() argument 2848 if (rune < 0 || rune > 0x10FFFF) in wide_char_to_byte_str() 2854 if (rune <= 0x0000007F) { in wide_char_to_byte_str() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | DESIGN.xlocale | 44 `setinvalidrune()` function that can modify the rune locale. 142 Currently, the current rune set is accessed via a function call. This makes it 144 quite a lot by storing the rune locale data in a __thread-qualified variable.
|
H A D | Makefile.inc | 11 rune.c \
|
/freebsd/include/xlocale/ |
H A D | _ctype.h | 134 XLOCALE_ISCTYPE(rune, 0xFFFFFF00L)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 437 # error unknown rune table for this platform -- do you mean to define _LIBCPP_PROVIDES_DEFAULT_RUN…
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 17990 # 20041017: rune interface removed 17991 OLD_FILES+=usr/include/rune.h 17997 OLD_FILES+=usr/share/man/man3/rune.3.gz
|
/freebsd/share/dict/ |
H A D | web2a | 48655 rune-bearing 48656 rune-inscribed 66695 tree rune
|
H A D | web2 | 171811 rune
|