/titanic_41/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 70 loc = newlocale(LC_ALL_MASK, l->locale, NULL); in testlocale_thr_one() 141 loc = newlocale(LC_ALL_MASK, "de_DE.UTF-8", NULL); in test_newlocale_negative() 150 bad = newlocale(LC_ALL_MASK, "cn_US.BIZRRE", loc); in test_newlocale_negative() 172 loc = newlocale(LC_TIME_MASK, "de_DE.UTF-8", loc); in test_newlocale_categories() 173 loc = newlocale(LC_MESSAGES_MASK, "ru_RU.UTF-8", loc); in test_newlocale_categories() 174 loc = newlocale(LC_MONETARY_MASK, "en_US.UTF-8", loc); in test_newlocale_categories() 207 loc = newlocale(LC_ALL_MASK, in test_newlocale_composite()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | setlocale.c | 357 getlocale_ctype(char *locale, char *ctypep, char *newlocale) in getlocale_ctype() argument 361 if ((fd = openlocale("LC_CTYPE", LC_CTYPE, locale, newlocale)) > 0) { in getlocale_ctype() 374 getlocale_numeric(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_numeric() argument 381 if ((fd = openlocale("LC_NUMERIC", LC_NUMERIC, locale, newlocale)) < 0) in getlocale_numeric() 424 getlocale_monetary(char *locale, struct lconv *lconvp, char *newlocale) in getlocale_monetary() argument 431 if ((fd = openlocale("LC_MONETARY", LC_MONETARY, locale, newlocale)) < 0) in getlocale_monetary() 615 openlocale(char *category, int cat_id, char *locale, char *newlocale) in openlocale() argument 639 (void) strcpy(newlocale, locale); in openlocale() 657 (void) strcpy(newlocale, locale); in openlocale()
|
/titanic_41/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 17 SUBDIRS = fpround newlocale nl_langinfo symbols wcsrtombs wctype random
|
/titanic_41/usr/src/head/ |
H A D | locale.h | 89 extern locale_t newlocale(int, const char *, locale_t);
|
/titanic_41/usr/src/test/libc-tests/tests/wcsrtombs/ |
H A D | wcsrtombs_test.c | 138 loc = newlocale(LC_ALL_MASK, locale, NULL); in test_wcsrtombs_l() 173 loc = newlocale(LC_ALL_MASK, locale, NULL); in test_wcsrtombs_thr_iter()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | setlocale.c | 83 loc = newlocale(mask, locname, NULL); in setlocale()
|
H A D | localeimpl.c | 415 newlocale(int catmask, const char *locname, locale_t base) in newlocale() function
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | locale_h.cfg | 46 func | newlocale |\
|
/titanic_41/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 230 loc = newlocale(LC_ALL_MASK, locale, NULL); in test_nl_langinfo_l()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 250 newlocale.3c \ 1894 duplocale.3c := LINKSRC = newlocale.3c 1895 freelocale.3c := LINKSRC = newlocale.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 128 SYMBOL_VERSION ILLUMOS_0.8 { # POSIX 2008 newlocale and friends 179 newlocale;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 245 file path=usr/share/man/man3c/newlocale.3c 725 link path=usr/share/man/man3c/duplocale.3c target=newlocale.3c 774 link path=usr/share/man/man3c/freelocale.3c target=newlocale.3c
|