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

/freebsd-current/tools/test/iconv/gnu/
H A Dgnu.c40 static bool wc_hook = false; variable
235 wc_hook = true;
251 hooks.wc_hook = NULL;
280 hooks.wc_hook = wchar_hook;
296 return (wc_hook ? 0 : 1);
/freebsd-current/include/
H A Diconv.h96 iconv_wide_char_hook wc_hook; member in struct:iconv_hooks
/freebsd-current/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.h169 if ((ret == 0) && (hooks != NULL) && (hooks->wc_hook != NULL))
170 hooks->wc_hook(*wc, hooks->data);

Completed in 164 milliseconds