Searched refs:locale (Results 226 - 250 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/tests/locale/
H A Dwcstombs_test.c40 #include <locale.h>
54 /* C/POSIX locale. */
105 * Japanese (EUC) locale.
/freebsd-11-stable/lib/libc/tests/string/
H A Dwcscasecmp_test.c31 #include <locale.h>
H A Dwcscoll_test.c33 #include <locale.h>
56 "Fail to set locale to \"ru_RU.UTF-8\"");
79 ATF_CHECK_MSG(curloc != NULL, "Fail to set locale");
/freebsd-11-stable/gnu/usr.bin/grep/
H A DMakefile12 SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c50 #include <locale.h>
/freebsd-11-stable/usr.bin/leave/
H A Dleave.c46 #include <locale.h>
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.c104 /* Keep it simple for now, no locale stuff */
107 #include <locale.h>
/freebsd-11-stable/lib/libutil/
H A Dhumanize_number.c43 #include <locale.h>
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dprintbasic_test.c36 #include <locale.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strerror.c38 #include <locale.h>
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_lha_filename_utf16.c28 #include <locale.h>
40 skipping("en_US.UTF-8 locale not available on this system.");
/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.c47 #include <locale.h>
/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h193 # include <locale.h>
195 # define setlocale(category, locale)
210 Prefer ISDIGIT to isdigit unless it's important to use the locale's
/freebsd-11-stable/contrib/groff/contrib/mm/
H A DMakefile.sub12 LOCALE=locale se_locale
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.in68 list.cc locale.cc locale_init.cc locale_facets.cc \
72 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
77 time_members.cc basic_file.cc c++locale.cc \
82 am__objects_2 = basic_file.lo c++locale.lo
88 locale.lo locale_init.lo locale_facets.lo localename.lo \
91 iostream-inst.lo istream-inst.lo istream.lo locale-inst.lo \
331 c++locale.cc
355 locale.cc \
370 locale-inst.cc \
750 c++locale
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h33 # include <locale.h>
64 # include <locale/localeinfo.h>
65 # include <locale/elem-hash.h>
66 # include <locale/coll-lookup.h>
749 # include <locale/weight.h>
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c71 #include <locale.h>
106 static char *locale; /* pr'ing locale */ variable
196 case 'L': /* pr's locale */
197 locale = optarg;
368 if (locale)
369 card('Z', locale);
833 "\t[-L locale] [-wnum] [-cdfghlnmprstv] [name ...]");
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile12 ${SRCDIR}/config/locale/darwin ${SRCDIR}/config/locale/generic \
34 list.cc locale.cc locale_init.cc locale_facets.cc \
38 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
193 COMPATHDRS= assert.h ctype.h errno.h float.h iso646.h limits.h locale.h \
531 locale/generic/c_locale.h \
532 locale/generic/c++locale_internal.h \
533 locale/generic/messages_members.h \
534 locale/generic/time_members.h \
543 TARGETHDRSNAME_c_locale.h= c++locale
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h48 #include <locale>
250 static locale::id id;
297 locale::id
H A Dvstring_util.h45 #include <locale>
/freebsd-11-stable/lib/libc/locale/
H A Dtable.c257 __runes_for_locale(locale_t locale, int *mb_sb_limit) argument
259 FIX_LOCALE(locale);
260 struct xlocale_ctype *c = XLOCALE_CTYPE(locale);
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_num.c40 #include <locale.h>
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc36 #include <locale>
40 // NB: The other ctype<char> specializations are in src/locale.cc and
H A Dtime_members.cc37 #include <locale>
61 // "C" locale.
143 // "C" locale.
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h45 #include <bits/c++locale.h>

Completed in 314 milliseconds

1234567891011>>