Home
last modified time | relevance | path

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

/freebsd/tools/test/iconv/tablegen/
H A Dtablegen.c244 if (iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0) in main()
254 if (dflag && iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0) in main()
265 if (dflag && (iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0)) in main()
/freebsd/include/
H A Diconv.h87 #define ICONV_SET_FALLBACKS 6 macro
/freebsd/lib/libc/iconv/
H A Dbsd_iconv.c289 case ICONV_SET_FALLBACKS: in __bsd_iconvctl()
/freebsd/tools/test/iconv/gnu/
H A Dgnu.c364 if (iconvctl(cd, ICONV_SET_FALLBACKS, (void *)&fb) != 0) in ctl_mb_to_uc_fb()