Searched refs:do_hvis (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.c150 * This is do_hvis, for HTTP style (RFC 1808)
153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) function
265 dst = do_hvis(dst, c, flag, nextc, nextra);
308 dst = do_hvis(dst, c, flag, *src, nextra);
339 dst = do_hvis(dst, c, flag, len ? *src : '\0', nextra);
371 dst = do_hvis(dst, uc, flag, nextc, extra);
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c161 * This is do_hvis, for HTTP style (RFC 1808)
164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) function
341 return do_hvis;

Completed in 155 milliseconds