| /openbsd/src/regress/lib/libc/locale/uselocale/ |
| D | uselocale.c | 260 TEST_R(nl_langinfo, "US-ASCII", CODESET); in child_func() 261 TEST_R(nl_langinfo_l, "UTF-8", CODESET, _LOCALE_UTF8); in child_func() 273 TEST_R(nl_langinfo, "UTF-8", CODESET); in child_func() 274 TEST_R(nl_langinfo_l, "UTF-8", CODESET, _LOCALE_UTF8); in child_func() 275 TEST_R(nl_langinfo_l, "US-ASCII", CODESET, _LOCALE_C); in child_func() 376 TEST_R(nl_langinfo_l, "US-ASCII", CODESET, _LOCALE_C); in child_func() 392 TEST_R(nl_langinfo, "US-ASCII", CODESET); in child_func() 393 TEST_R(nl_langinfo_l, "UTF-8", CODESET, _LOCALE_UTF8); in child_func() 407 TEST_R(nl_langinfo, "UTF-8", CODESET); in child_func() 454 TEST_R(nl_langinfo_l, "UTF-8", CODESET, _LOCALE_UTF8); in main()
|
| /openbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | codeset.m4 | 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
| /openbsd/src/gnu/gcc/config/ |
| D | codeset.m4 | 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | codeset.m4 | 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perl_langinfo.h | 22 #ifndef CODESET 23 # define CODESET -1 macro
|
| /openbsd/src/lib/libc/locale/ |
| D | nl_langinfo_l.c | 29 if (item != CODESET) in nl_langinfo_l()
|
| D | nl_langinfo.c | 104 case CODESET: in nl_langinfo()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | intl.c | 73 encoding = nl_langinfo (CODESET); in gcc_init_libintl()
|
| /openbsd/src/include/ |
| D | langinfo.h | 71 #define CODESET 51 /* Codeset name */ macro
|
| /openbsd/src/usr.bin/locale/ |
| D | locale.c | 214 printf("%s\n", nl_langinfo(CODESET)); in main()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/ |
| D | encoding.pm | 66 I18N::Langinfo::langinfo( I18N::Langinfo::CODESET() )
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
| D | Locale.pm | 89 $ENCODING_LOCALE = I18N::Langinfo::langinfo(I18N::Langinfo::CODESET());
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/intl/ |
| D | localcharset.c | 216 codeset = nl_langinfo (CODESET); in locale_charset()
|
| D | loadmsgcat.c | 281 outcharset = (*_nl_current[LC_CTYPE])->values[_NL_ITEM_INDEX (CODESET)].string;
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | locale.t | 89 CODESET => undef, 118 CODESET => undef,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | jv-scan.c | 209 encoding = nl_langinfo (CODESET);
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | localcharset.c | 281 codeset = nl_langinfo (CODESET); in locale_charset()
|
| /openbsd/src/gnu/gcc/intl/ |
| D | localcharset.c | 281 codeset = nl_langinfo (CODESET); in locale_charset()
|
| /openbsd/src/usr.bin/ssh/ |
| D | utf8.c | 54 loc = nl_langinfo(CODESET); in dangerous_locale()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5027010 | 23 CODESET # Z added by devel/scanprov
|
| /openbsd/src/usr.bin/less/ |
| D | charset.c | 140 s = nl_langinfo(CODESET); in init_charset()
|
| /openbsd/src/usr.bin/mandoc/ |
| D | term_ascii.c | 104 strcmp(nl_langinfo(CODESET), "UTF-8") != 0) in ascii_init()
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | config.h.in | 146 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| /openbsd/src/usr.bin/tmux/ |
| D | tmux.c | 374 s = nl_langinfo(CODESET); in main()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | iofwide.c | 161 const char *external_ccs = nl_langinfo(CODESET);
|