Searched defs:__limit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h79 int __limit; local
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
104 int __limit; local
105 _RuneLocale *runes = __runes_for_locale(__loc, &__limit);
106 return (__c < 0 || __c >= __limit) ? 0 :
149 int __limit; local
150 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
156 int __limit; local
157 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
189 int __limit;
[all...]

Completed in 57 milliseconds