Searched defs:nl_langinfo (Results 1 - 3 of 3) sorted by relevance

/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 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 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...]

Completed in 20 milliseconds