Searched refs:nl_langinfo (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dlanginfo.h27 nl_langinfo (nl_item item) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlanginfo.in.h45 /* nl_langinfo items of the LC_CTYPE category */
47 /* nl_langinfo items of the LC_NUMERIC category */
50 /* nl_langinfo items of the LC_TIME category */
100 /* nl_langinfo items of the LC_MONETARY category */
102 /* nl_langinfo items of the LC_MESSAGES category */
145 Note: The difference between nl_langinfo (CODESET) and locale_charset ()
151 # undef nl_langinfo macro
152 # define nl_langinfo rpl_nl_langinfo macro
154 _GL_FUNCDECL_RPL (nl_langinfo, char *, (nl_item item));
155 _GL_CXXALIAS_RPL (nl_langinfo, cha
162 _GL_CXXALIASWARN (nl_langinfo); variable
164 # undef nl_langinfo macro
[all...]
H A Dnl_langinfo.c0 /* nl_langinfo() replacement: query locale dependent information.
25 /* Override nl_langinfo with support for added nl_item values. */
30 # undef nl_langinfo macro
109 return nl_langinfo (item);
114 /* Provide nl_langinfo from scratch. */
134 nl_langinfo (nl_item item) function
138 /* nl_langinfo items of the LC_CTYPE category */
153 /* nl_langinfo items of the LC_NUMERIC category */
158 /* nl_langinfo items of the LC_TIME category.
255 /* nl_langinfo item
[all...]
H A Dlocalcharset.c368 /* Most systems support nl_langinfo (CODESET) nowadays. */
369 codeset = nl_langinfo (CODESET);
372 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.xs26 if ((s = nl_langinfo(code)))
32 croak("nl_langinfo() not implemented on this architecture");
H A DLanginfo.pm200 L<perllocale>, L<POSIX/localeconv>, L<POSIX/setlocale>, L<nl_langinfo(3)>.
202 The langinfo() is just a wrapper for the C nl_langinfo() interface.
/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c163 if ((to_code = nl_langinfo(CODESET)) == NULL)
174 if ((from_code = nl_langinfo(CODESET)) == NULL)
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c524 if (!(t = nl_langinfo(map[i].native)))
534 if (!(t = nl_langinfo(map[i].native)))
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c370 /* Most systems support nl_langinfo (CODESET) nowadays. */
371 codeset = nl_langinfo (CODESET);
374 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
/osnet-11/usr/src/lib/libc/port/gen/
H A Diconv.c739 return (strdup(nl_langinfo(CODESET)));
741 s = nl_langinfo(CODESET);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c481 - nl_langinfo(CODESET) contains /^utf-?8/i
498 codeset = nl_langinfo(CODESET);
504 else { /* nl_langinfo(CODESET) is supposed to correctly
H A Dconfig_h.SH2683 * This symbol, if defined, indicates that the nl_langinfo routine is
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c931 curlocale = nl_langinfo(CODESET);
/osnet-11/usr/src/grub/grub2/build-bios/docs/
H A DMakefile65 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/
H A DMakefile63 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/
H A DMakefile65 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/
H A DMakefile63 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c256 codeset = nl_langinfo(CODESET);
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c936 const char *code_set = nl_langinfo(CODESET);
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile77 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
787 memchr.valgrind mempcpy.c nl_langinfo.c rawmemchr.c \
850 mempcpy.c nl_langinfo.c rawmemchr.c realloc.c regcomp.c \
918 #include ./$(DEPDIR)/nl_langinfo.Po
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile77 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
787 memchr.valgrind mempcpy.c nl_langinfo.c rawmemchr.c \
850 mempcpy.c nl_langinfo.c rawmemchr.c realloc.c regcomp.c \
918 #include ./$(DEPDIR)/nl_langinfo.Po
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc769 /* nl_langinfo.c */
770 char *nl_langinfo(nl_item item);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2458 ac_func_list="$ac_func_list nl_langinfo"
6933 # Code from module nl_langinfo:
13800 { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
13801 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
13815 char* cs = nl_langinfo(CODESET); return !cs;
13892 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
13893 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
13896 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
13900 const char *cs = nl_langinfo (CODESET);
13918 are nl_langinfo(RADIXCHA
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile290 ../.././grub-core/gnulib/nl_langinfo.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile290 ../.././grub-core/gnulib/nl_langinfo.c \

Completed in 146 milliseconds

12