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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c357 getlocale_ctype(char *locale, char *ctypep, char *newlocale) argument
361 if ((fd = openlocale("LC_CTYPE", LC_CTYPE, locale, newlocale)) > 0) {
374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) argument
381 if ((fd = openlocale("LC_NUMERIC", LC_NUMERIC, locale, newlocale)) < 0)
424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) argument
431 if ((fd = openlocale("LC_MONETARY", LC_MONETARY, locale, newlocale)) < 0)
607 * Copy the name of the locale used into "newlocale".
615 openlocale(char *category, int cat_id, char *locale, char *newlocale) argument
639 (void) strcpy(newlocale, locale);
657 (void) strcpy(newlocale, local
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c17 * This file implements the 2008 newlocale and friends handling.
416 newlocale(int catmask, const char *locname, locale_t base) function

Completed in 66 milliseconds