Searched refs:ICONV_SET_DISCARD_ILSEQ (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/include/
H A Diconv.h88 #define ICONV_SET_DISCARD_ILSEQ 4 macro
/freebsd-13-stable/tools/test/iconv/gnu/
H A Dgnu.c163 ret = iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, &arg) == 0 ? 0 : -1;
178 ret = iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, &arg) == 0 ? 0 : -1;
/freebsd-13-stable/usr.bin/iconv/
H A Diconv.c81 if (iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, (void *)&arg) == -1)
/freebsd-13-stable/lib/libc/iconv/
H A Dbsd_iconv.c301 case ICONV_SET_DISCARD_ILSEQ:

Completed in 120 milliseconds