Home
last modified time | relevance | path

Searched refs:nl_item (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnl_types.h102 typedef int nl_item; /* XPG3 Conformant for nl_langinfo(). */ typedef
106 typedef nl_item __nl_item;
H A Dlanginfo.h147 char *nl_langinfo(nl_item); /* get a string from the database */
155 char *nl_langinfo_l(nl_item, locale_t);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c47 nl_langinfo_l(nl_item item, locale_t loc) in nl_langinfo_l()
178 nl_langinfo(nl_item item) in nl_langinfo()
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c43 nl_item param;