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

/freebsd-9.3-release/include/
H A Diconv.h93 #define ICONV_SET_DISCARD_ILSEQ 4 macro
/freebsd-9.3-release/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-9.3-release/usr.bin/iconv/
H A Diconv.c87 if (iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, (void *)&arg) == -1)
/freebsd-9.3-release/lib/libc/iconv/
H A Diconv.c312 case ICONV_SET_DISCARD_ILSEQ:

Completed in 93 milliseconds