HomeSort by: relevance | last modified time | path
    Searched refs:NL_CAT_LOCALE (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/nls/
t_catalog.c 50 nl_catd catd = catopen("libc", NL_CAT_LOCALE);
74 nl_catd catd = catopen("libc", NL_CAT_LOCALE);
  /src/include/
nl_types.h 77 #define NL_CAT_LOCALE 1
  /src/lib/libc/string/
__strsignal.c 63 catd = catopen("libc", NL_CAT_LOCALE);
strerror_r.c 65 catd = catopen_l("libc", NL_CAT_LOCALE, loc);
  /src/lib/libc/nls/
catopen.c 100 if (oflag == NL_CAT_LOCALE) {
  /src/usr.bin/grep/
grep.c 329 catalog = catopen("grep", NL_CAT_LOCALE);

Completed in 12 milliseconds