Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4773 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()
H A Dvim.h2370 # define ICONV_ERRNO (*iconv_errno()) macro
2375 # define ICONV_ERRNO errno macro
H A Dbufwrite.c466 == (size_t)-1 && ICONV_ERRNO != ICONV_EINVAL) in buf_write_bytes()
H A Dfileio.c1551 == (size_t)-1 && ICONV_ERRNO != ICONV_EINVAL) in readfile()