Searched refs:NL_CAT_LOCALE (Results 1 – 7 of 7) sorted by relevance
27 #define NL_CAT_LOCALE 1 macro
14 catalog = catopen ("sample", NL_CAT_LOCALE); in do_test()
38 result = catopen (buf, NL_CAT_LOCALE); in do_bz17905()
40 if (flag == NL_CAT_LOCALE) in catopen()
6 constant NL_CAT_LOCALE
216 @code{catopen}. If the value is @code{NL_CAT_LOCALE} (which is defined699 nl_catd catdesc = catopen ("hello.cat", NL_CAT_LOCALE);
1054 * catgets/catgets.c (catopen): Handle NL_CAT_LOCALE correctly.