Searched refs:KICONV_MAX_CONVERSIONS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c838 #define KICONV_MAX_CONVERSIONS 84 macro
840 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = {
1110 for (j = 0; j < KICONV_MAX_CONVERSIONS; j++) {
1168 for (i = 0; i < KICONV_MAX_CONVERSIONS; i++) {
1217 for (i = 0; i < KICONV_MAX_CONVERSIONS; i++)
1220 if (i >= KICONV_MAX_CONVERSIONS) {

Completed in 44 milliseconds