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

/freebsd-9.3-release/tools/test/iconv/gnu/
H A Dgnu.c42 static bool wc_hook = false; variable
237 wc_hook = true;
253 hooks.wc_hook = NULL;
282 hooks.wc_hook = wchar_hook;
298 return (wc_hook ? 0 : 1);
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_none.c181 if ((hooks != NULL) && (hooks->wc_hook != NULL))
182 hooks->wc_hook(*pwc, hooks->data);
H A Dcitrus_stdenc_template.h162 if ((ret == 0) && (hooks != NULL) && (hooks->wc_hook != NULL))
163 hooks->wc_hook(*wc, hooks->data);
/freebsd-9.3-release/include/
H A Diconv.h102 iconv_wide_char_hook wc_hook; member in struct:iconv_hooks

Completed in 110 milliseconds