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

/freebsd-10-stable/include/
H A Diconv.h86 #define ICONV_SET_DISCARD_ILSEQ 4 macro
/freebsd-10-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-10-stable/usr.bin/iconv/
H A Diconv.c84 if (iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, (void *)&arg) == -1)
/freebsd-10-stable/lib/libc/iconv/
H A Dbsd_iconv.c291 case ICONV_SET_DISCARD_ILSEQ:

Completed in 78 milliseconds