Symbol: __nbrune_t
lib/libc/locale/_wctrans.c
82
__nbrune_t c0;
lib/libc/locale/_wctrans.c
92
c0 = (__nbrune_t)c; /* XXX assumes wchar_t = int */
lib/libc/locale/_wctype.c
77
__nbrune_t wc0;
lib/libc/locale/_wctype.c
88
wc0 = (__nbrune_t)wc;
lib/libc/locale/runetype_file.h
54
#define _DEFAULT_INVALID_RUNE ((__nbrune_t)-3)
lib/libc/locale/runetype_local.h
110
__nbrune_t rl_maplower[_CTYPE_CACHE_SIZE];
lib/libc/locale/runetype_local.h
111
__nbrune_t rl_mapupper[_CTYPE_CACHE_SIZE];
lib/libc/locale/runetype_local.h
55
__nbrune_t re_min; /* First rune of the range */
lib/libc/locale/runetype_local.h
56
__nbrune_t re_max; /* Last rune (inclusive) of the range */
lib/libc/locale/runetype_local.h
57
__nbrune_t re_map; /* What first maps to in maps */
lib/libc/locale/runetype_local.h
73
__nbrune_t *te_cached;
lib/libc/string/wcscmp.c
62
return (*(const __nbrune_t *)s1 - *(const __nbrune_t *)--s2);
lib/libc/string/wcsncmp.c
57
return (*(const __nbrune_t *)s1 -
lib/libc/string/wcsncmp.c
58
*(const __nbrune_t *)--s2);
lib/libc/string/wmemcmp.c
51
return *(const __nbrune_t *)s1 >
lib/libc/string/wmemcmp.c
52
*(const __nbrune_t *)s2 ? 1 : -1;
usr.bin/mklocale/ldef.h
41
__nbrune_t min;
usr.bin/mklocale/ldef.h
42
__nbrune_t max;
usr.bin/mklocale/ldef.h
43
__nbrune_t map;
usr.bin/mklocale/yacc.y
103
__nbrune_t rune;
usr.bin/mklocale/yacc.y
388
__nbrune_t i;
usr.bin/mklocale/yacc.y
415
__nbrune_t i;
usr.bin/mklocale/yacc.y
418
__nbrune_t run;
usr.bin/mklocale/yacc.y
78
__nbrune_t charsetbits = (__nbrune_t)0x00000000;
usr.bin/mklocale/yacc.y
80
__nbrune_t charsetmask = (__nbrune_t)0x0000007f;
usr.bin/mklocale/yacc.y
82
__nbrune_t charsetmask = (__nbrune_t)0xffffffff;