Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2372 # define ICONV_EINVAL 22 macro
2377 # define ICONV_EINVAL EINVAL macro
H A Dmbyte.c4802 && (ICONV_ERRNO == ICONV_EINVAL || ICONV_ERRNO == EINVAL)) in iconv_string()
4814 || ICONV_ERRNO == ICONV_EINVAL || ICONV_ERRNO == EINVAL)) in iconv_string()
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()