Searched refs:openlocale (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | setlocale.c | 137 int openlocale(char *, int, char *, char *); 300 if ((ret = openlocale("LC_TIME", LC_TIME, locale, 323 if ((ret = openlocale("LANGINFO", LANGINFO, locale, 336 if ((ret = openlocale("LC_COLLATE", LC_COLLATE, locale, 346 if ((ret = openlocale("LC_MESSAGES", LC_MESSAGES, locale, 361 if ((fd = openlocale("LC_CTYPE", LC_CTYPE, locale, newlocale)) > 0) { 381 if ((fd = openlocale("LC_NUMERIC", LC_NUMERIC, locale, newlocale)) < 0) 431 if ((fd = openlocale("LC_MONETARY", LC_MONETARY, locale, newlocale)) < 0) 615 openlocale(char *category, int cat_id, char *locale, char *newlocale) function
|
H A D | strftime.c | 50 extern int openlocale(/*char *category, int cat_id, char *locale, char *newlocale */); 422 * Just to make openlocale() to read LC_TIME file. 432 if ((fd = openlocale("LC_TIME", LC_TIME, temp, _locales[LC_TIME - 1])) < 0)
|
Completed in 58 milliseconds