Home
last modified time | relevance | path

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

/freebsd/lib/libc/nls/
H A Dmsgcat.c79 #define NLERR ((nl_catd) -1) macro
80 #define NLRETERR(errc) { errno = errc; return (NLERR); }
84 np->catd = NLERR; \
94 WLOCK(NLERR); \
158 RLOCK(NLERR); in __catopen_l()
183 return (NLERR); in __catopen_l()
203 return (NLERR); in __catopen_l()
282 if (catd == NULL || catd == NLERR) { in catgets()
346 if (np->catd != NULL && np->catd != NLERR) { in catfree()
363 if (catd == NULL || catd == NLERR) { in catclose()
[all …]