Home
last modified time | relevance | path

Searched refs:_NL_ITEM_CATEGORY (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/locale/
Dnl_langinfo_l.c32 int category = _NL_ITEM_CATEGORY (item); in __nl_langinfo_l()
Dlanginfo.h37 #define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16) macro