OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__nbrune_t
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/mklocale/
ldef.h
41
__nbrune_t
min;
42
__nbrune_t
max;
43
__nbrune_t
map;
yacc.y
78
__nbrune_t
charsetbits = (
__nbrune_t
)0x00000000;
80
__nbrune_t
charsetmask = (
__nbrune_t
)0x0000007f;
82
__nbrune_t
charsetmask = (
__nbrune_t
)0xffffffff;
103
__nbrune_t
rune;
388
__nbrune_t
i;
415
__nbrune_t
i;
418
__nbrune_t
run
[
all
...]
/src/lib/libc/string/
wcscmp.c
62
return (*(const
__nbrune_t
*)s1 - *(const
__nbrune_t
*)--s2);
wcsncmp.c
57
return (*(const
__nbrune_t
*)s1 -
58
*(const
__nbrune_t
*)--s2);
wmemcmp.c
51
return *(const
__nbrune_t
*)s1 >
52
*(const
__nbrune_t
*)s2 ? 1 : -1;
/src/lib/libc/locale/
runetype_local.h
55
__nbrune_t
re_min; /* First rune of the range */
56
__nbrune_t
re_max; /* Last rune (inclusive) of the range */
57
__nbrune_t
re_map; /* What first maps to in maps */
73
__nbrune_t
*te_cached;
110
__nbrune_t
rl_maplower[_CTYPE_CACHE_SIZE];
111
__nbrune_t
rl_mapupper[_CTYPE_CACHE_SIZE];
_wctrans.c
82
__nbrune_t
c0;
92
c0 = (
__nbrune_t
)c; /* XXX assumes wchar_t = int */
_wctype.c
77
__nbrune_t
wc0;
88
wc0 = (
__nbrune_t
)wc;
runetype_file.h
51
typedef uint32_t
__nbrune_t
;
typedef in typeref:typename:uint32_t
54
#define _DEFAULT_INVALID_RUNE ((
__nbrune_t
)-3)
Completed in 36 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025