Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/iconv/
HDbsd_iconv.c52 #define ISBADF(_h_) (!(_h_) || (_h_) == (iconv_t)-1) macro
112 if (ISBADF(handle)) { in __bsd_iconv_close()
128 if (ISBADF(handle)) { in __bsd_iconv()
150 if (ISBADF(handle)) { in __bsd___iconv()
278 if (ISBADF(cd)) { in __bsd_iconvctl()