Lines Matching defs:newlocale
357 getlocale_ctype(char *locale, char *ctypep, char *newlocale)
361 if ((fd = openlocale("LC_CTYPE", LC_CTYPE, locale, newlocale)) > 0) {
374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale)
381 if ((fd = openlocale("LC_NUMERIC", LC_NUMERIC, locale, newlocale)) < 0)
424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale)
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)
639 (void) strcpy(newlocale, locale);
657 (void) strcpy(newlocale, locale);