Home
last modified time | relevance | path

Searched refs:CODESET (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/regress/lib/libc/locale/uselocale/
Duselocale.c260 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/
Dcodeset.m413 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/
Dcodeset.m413 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/
Dcodeset.m413 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/
Dperl_langinfo.h22 #ifndef CODESET
23 # define CODESET -1 macro
/openbsd/src/lib/libc/locale/
Dnl_langinfo_l.c29 if (item != CODESET) in nl_langinfo_l()
Dnl_langinfo.c104 case CODESET: in nl_langinfo()
/openbsd/src/gnu/gcc/gcc/
Dintl.c73 encoding = nl_langinfo (CODESET); in gcc_init_libintl()
/openbsd/src/include/
Dlanginfo.h71 #define CODESET 51 /* Codeset name */ macro
/openbsd/src/usr.bin/locale/
Dlocale.c214 printf("%s\n", nl_langinfo(CODESET)); in main()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
Dencoding.pm66 I18N::Langinfo::langinfo( I18N::Langinfo::CODESET() )
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
DLocale.pm89 $ENCODING_LOCALE = I18N::Langinfo::langinfo(I18N::Langinfo::CODESET());
/openbsd/src/gnu/usr.bin/gcc/gcc/intl/
Dlocalcharset.c216 codeset = nl_langinfo (CODESET); in locale_charset()
Dloadmsgcat.c281 outcharset = (*_nl_current[LC_CTYPE])->values[_NL_ITEM_INDEX (CODESET)].string;
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dlocale.t89 CODESET => undef,
118 CODESET => undef,
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djv-scan.c209 encoding = nl_langinfo (CODESET);
/openbsd/src/gnu/usr.bin/texinfo/intl/
Dlocalcharset.c281 codeset = nl_langinfo (CODESET); in locale_charset()
/openbsd/src/gnu/gcc/intl/
Dlocalcharset.c281 codeset = nl_langinfo (CODESET); in locale_charset()
/openbsd/src/usr.bin/ssh/
Dutf8.c54 loc = nl_langinfo(CODESET); in dangerous_locale()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502701023 CODESET # Z added by devel/scanprov
/openbsd/src/usr.bin/less/
Dcharset.c140 s = nl_langinfo(CODESET); in init_charset()
/openbsd/src/usr.bin/mandoc/
Dterm_ascii.c104 strcmp(nl_langinfo(CODESET), "UTF-8") != 0) in ascii_init()
/openbsd/src/gnu/lib/libreadline/
Dconfig.h.in146 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/openbsd/src/usr.bin/tmux/
Dtmux.c374 s = nl_langinfo(CODESET); in main()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Diofwide.c161 const char *external_ccs = nl_langinfo(CODESET);

12