Searched defs:nl_item (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dlanginfo.h24 typedef enum { CODESET } nl_item; typedef in typeref:enum:__anon597
27 nl_langinfo (nl_item item)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlanginfo.in.h42 /* Assume that it also lacks <nl_types.h> and the nl_item type. */
43 typedef int nl_item; typedef
154 _GL_FUNCDECL_RPL (nl_langinfo, char *, (nl_item item));
155 _GL_CXXALIAS_RPL (nl_langinfo, char *, (nl_item item));
158 _GL_FUNCDECL_SYS (nl_langinfo, char *, (nl_item item));
160 _GL_CXXALIAS_SYS (nl_langinfo, char *, (nl_item item));

Completed in 35 milliseconds