Home
last modified time | relevance | path

Searched refs:NL_CAT_LOCALE (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/include/
Dnl_types.h76 #define NL_CAT_LOCALE 1 macro
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dmessages_members.h52 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
Dmessages_members.h59 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open()
/openbsd/src/lib/libc/nls/
Dcatopen.c72 if (oflag & NL_CAT_LOCALE) { in catopen()
/openbsd/src/gnu/llvm/libcxx/include/
Dlocale3520 catalog __cat = (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE);