Searched refs:setlocale (Results 76 - 100 of 223) sorted by relevance

123456789

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_is_wchar_t.cc178 const char* tentLANG = std::setlocale(LC_ALL, "ja_JP.eucjp");
183 std::string postLANG = std::setlocale(LC_ALL, NULL);
H A Dctype_is_char.cc255 const char* tentLANG = std::setlocale(LC_ALL, "ja_JP.eucjp");
262 std::string postLANG = std::setlocale(LC_ALL, NULL);
H A Dmoney_put_members_char.cc376 const char* tentLANG = std::setlocale(LC_ALL, "ja_JP.eucjp");
385 std::string postLANG = std::setlocale(LC_ALL, NULL);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Daddr2line.c281 setlocale (LC_MESSAGES, "");
284 setlocale (LC_CTYPE, "");
H A Dcoffdump.c488 setlocale (LC_MESSAGES, "");
491 setlocale (LC_CTYPE, "");
H A Dsize.c128 setlocale (LC_MESSAGES, "");
131 setlocale (LC_CTYPE, "");
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Daddr2line.c340 setlocale (LC_MESSAGES, "");
343 setlocale (LC_CTYPE, "");
H A Dcoffdump.c487 setlocale (LC_MESSAGES, "");
490 setlocale (LC_CTYPE, "");
H A Dsize.c128 setlocale (LC_MESSAGES, "");
131 setlocale (LC_CTYPE, "");
H A Dsysdump.c665 setlocale (LC_MESSAGES, "");
668 setlocale (LC_CTYPE, "");
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dfold_grind.pl139 $do_we_output_locale_name = 'setlocale(LC_CTYPE, "'
140 . POSIX::setlocale(&POSIX::LC_CTYPE)
595 ? setlocale(&POSIX::LC_CTYPE)
1040 $desc .= 'setlocale(LC_CTYPE, "'
1041 . POSIX::setlocale(&POSIX::LC_CTYPE)
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h195 "setlocale",
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Dcat-compat.c42 /* XPG3 defines the result of `setlocale (category, NULL)' as:
43 ``Directs `setlocale()' to query `category' and return the current
82 lang = setlocale (LC_MESSAGES, NULL);
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalcharset.c220 /* On old systems which lack it, use setlocale or getenv. */
225 use setlocale here; it would return "C" when it doesn't support the
228 locale = setlocale (LC_CTYPE, NULL);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djv-scan.c208 setlocale (LC_CTYPE, "");
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dcat-compat.c42 /* XPG3 defines the result of `setlocale (category, NULL)' as:
43 ``Directs `setlocale()' to query `category' and return the current
82 lang = setlocale (LC_MESSAGES, NULL);
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
174 setlocale LC_TIME, 'C';
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dsystem.h49 #define setlocale(category,locale) /* empty */ macro
/openbsd-current/usr.bin/fold/
H A Dfold.c62 setlocale(LC_CTYPE, "");
/openbsd-current/usr.bin/uniq/
H A Duniq.c66 setlocale(LC_CTYPE, "");
/openbsd-current/usr.bin/wc/
H A Dwc.c61 setlocale(LC_CTYPE, "");
/openbsd-current/regress/lib/libc/locale/uselocale/
H A Duselocale.c102 STRTESTFUNC(setlocale, "%d, %s")
382 TEST_R(setlocale, "C/C.UTF-8/C/C/C/C", LC_ALL, NULL);
450 TEST_R(setlocale, "C", LC_ALL, NULL);
459 TEST_R(setlocale, "C.UTF-8", LC_CTYPE, "C.UTF-8");
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dgprof.c194 setlocale (LC_MESSAGES, "");
197 setlocale (LC_CTYPE, "");
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.c187 setlocale (LC_MESSAGES, "");
190 setlocale (LC_CTYPE, "");
/openbsd-current/gnu/usr.bin/perl/
H A Dvutil.c641 locale_name_on_entry = setlocale(LC_NUMERIC, NULL);
645 /* the setlocale() call might free or overwrite the name */
647 setlocale(LC_NUMERIC, "C");
662 /* in the global locale, we can call system setlocale and if it
666 locale_name_on_entry = setlocale(LC_NUMERIC, NULL);
670 /* the setlocale() call might free or overwrite the name */
672 setlocale(LC_NUMERIC, "C");
720 setlocale(LC_NUMERIC, locale_name_on_entry);
729 setlocale(LC_NUMERIC, locale_name_on_entry);

Completed in 401 milliseconds

123456789