Searched refs:ICONV_ERRNO (Results 1 – 4 of 4) sorted by relevance
4773 if (len == 0 || ICONV_ERRNO == ICONV_E2BIG) in iconv_string()4802 && (ICONV_ERRNO == ICONV_EINVAL || ICONV_ERRNO == EINVAL)) in iconv_string()4813 && (ICONV_ERRNO == ICONV_EILSEQ || ICONV_ERRNO == EILSEQ in iconv_string()4814 || ICONV_ERRNO == ICONV_EINVAL || ICONV_ERRNO == EINVAL)) in iconv_string()4833 else if (ICONV_ERRNO != ICONV_E2BIG) in iconv_string()
2370 # define ICONV_ERRNO (*iconv_errno()) macro2375 # define ICONV_ERRNO errno macro
466 == (size_t)-1 && ICONV_ERRNO != ICONV_EINVAL) in buf_write_bytes()
1551 == (size_t)-1 && ICONV_ERRNO != ICONV_EINVAL) in readfile()