Home
last modified time | relevance | path

Searched refs:NUM_LOCALE_TYPES (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dputparam.c66 #define NUM_LOCALE_TYPES 100 macro
68 static char *envPtr[NUM_LOCALE_TYPES];
162 for (i = 0; (localeNames[i] != NULL) && (i < NUM_LOCALE_TYPES); i++) { in getuserlocale()
176 for (i = 0; (localeNames[i] != NULL) && (i < NUM_LOCALE_TYPES); i++) { in putuserlocale()