Home
last modified time | relevance | path

Searched refs:catopen_l (Results 1 – 4 of 4) sorted by relevance

/netbsd/lib/libc/nls/
H A Dcatopen.c65 __weak_alias(catopen_l, _catopen_l)
73 return catopen_l(name, oflag, _current_locale()); in catopen()
77 catopen_l(const char *name, int oflag, locale_t loc) in catopen_l() function
/netbsd/include/
H A Dnl_types.h96 nl_catd catopen_l(const char *, int, locale_t);
/netbsd/lib/libc/string/
H A Dstrerror_r.c63 catd = catopen_l("libc", NL_CAT_LOCALE, loc); in __weak_alias()
/netbsd/lib/libc/include/
H A Dnamespace.h40 #define catopen_l _catopen_l macro