Home
last modified time | relevance | path

Searched refs:VIS_HTTPSTYLE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/vis/
H A Dvis.c100 eflags |= VIS_HTTPSTYLE; in main()
142 if ((eflags & (VIS_HTTPSTYLE|VIS_MIMESTYLE)) == in main()
143 (VIS_HTTPSTYLE|VIS_MIMESTYLE)) in main()
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c264 if (flag & VIS_HTTPSTYLE) in rk_svis()
306 if (flag & VIS_HTTPSTYLE) { in rk_strsvis()
336 if (flag & VIS_HTTPSTYLE) { in rk_strsvisx()
370 if (flag & VIS_HTTPSTYLE) in rk_vis()
H A Dvis.hin71 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */
/freebsd/contrib/openbsm/compat/
H A Dvis.h58 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ macro
88 if (flag & VIS_HTTPSTYLE) {
/freebsd/contrib/libc-vis/
H A Dvis.h61 #define VIS_HTTPSTYLE 0x0080 /* http-style escape % hex hex */ macro
H A Dvis.c339 if (flags & VIS_HTTPSTYLE) in getvisfun()
/freebsd/lib/libc/stdio/
H A Dxprintf_vis.c67 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE); in __printf_render_vis()
/freebsd/contrib/tnftp/
H A DChangeLog452 - Support VIS_HTTPSTYLE.