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

/freebsd-13-stable/lib/libc/locale/
H A Dsetlocale.c75 static char current_categories[_LC_LAST][ENCODING_LEN + 1] = { variable
114 current_categories[category] : currentlocale());
120 (void)strcpy(new_categories[i], current_categories[i]);
192 (void)strcpy(saved_categories[i], current_categories[i]);
215 (void)strcpy(current_locale_string, current_categories[1]);
218 if (strcmp(current_categories[1], current_categories[i])) {
222 current_categories[i]);
233 char *old = current_categories[category];

Completed in 92 milliseconds