Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/features/
H A Dnl_types35 #ifndef NL_CAT_LOCALE
36 printf("#undef NL_CAT_LOCALE\n");
37 printf("#define NL_CAT_LOCALE 1\n");
/titanic_41/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c140 #ifdef NL_CAT_LOCALE /* XPG4 - April 1992 - not final version! */
141 if ((catd = catopen(domain, NL_CAT_LOCALE)) == (nl_catd)-1) {
/titanic_41/usr/src/head/
H A Dnl_types.h44 #define NL_CAT_LOCALE (-1) /* XPG4 requirement */ macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcatopen.c106 if (oflag == NL_CAT_LOCALE) in process_nls_path()
/titanic_41/usr/src/cmd/luxadm/
H A Dx86_adm.c54 l_catd = catopen("a5k_g_fc_i18n_cat", NL_CAT_LOCALE); in i18n_catopen()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dtranslate.c142 return catopen(catalog, NL_CAT_LOCALE); in find()
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c979 l_catd = catopen("a5k_g_fc_i18n_cat", NL_CAT_LOCALE); in g_i18n_catopen()