Home
last modified time | relevance | path

Searched refs:newlocale (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c70 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 Dsetlocale.c357 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 DMakefile17 SUBDIRS = fpround newlocale nl_langinfo symbols wcsrtombs wctype random
/titanic_41/usr/src/head/
H A Dlocale.h89 extern locale_t newlocale(int, const char *, locale_t);
/titanic_41/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c138 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 Dsetlocale.c83 loc = newlocale(mask, locname, NULL); in setlocale()
H A Dlocaleimpl.c415 newlocale(int catmask, const char *locname, locale_t base) in newlocale() function
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dlocale_h.cfg46 func | newlocale |\
/titanic_41/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c230 loc = newlocale(LC_ALL_MASK, locale, NULL); in test_nl_langinfo_l()
/titanic_41/usr/src/man/man3c/
H A DMakefile250 newlocale.3c \
1894 duplocale.3c := LINKSRC = newlocale.3c
1895 freelocale.3c := LINKSRC = newlocale.3c
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers128 SYMBOL_VERSION ILLUMOS_0.8 { # POSIX 2008 newlocale and friends
179 newlocale;
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc245 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