Searched refs:NL_CAT_LOCALE (Results 1 – 7 of 7) sorted by relevance
35 #ifndef NL_CAT_LOCALE36 printf("#undef NL_CAT_LOCALE\n");37 printf("#define NL_CAT_LOCALE 1\n");
140 #ifdef NL_CAT_LOCALE /* XPG4 - April 1992 - not final version! */141 if ((catd = catopen(domain, NL_CAT_LOCALE)) == (nl_catd)-1) {
44 #define NL_CAT_LOCALE (-1) /* XPG4 requirement */ macro
106 if (oflag == NL_CAT_LOCALE) in process_nls_path()
54 l_catd = catopen("a5k_g_fc_i18n_cat", NL_CAT_LOCALE); in i18n_catopen()
142 return catopen(catalog, NL_CAT_LOCALE); in find()
979 l_catd = catopen("a5k_g_fc_i18n_cat", NL_CAT_LOCALE); in g_i18n_catopen()