Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/vis/
H A Dvis.c100 eflags |= VIS_HTTPSTYLE; in main()
133 if ((eflags & (VIS_HTTPSTYLE|VIS_MIMESTYLE)) == in main()
134 (VIS_HTTPSTYLE|VIS_MIMESTYLE)) in main()
/freebsd-13.1/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-13.1/contrib/openbsm/compat/
H A Dvis.h58 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ macro
88 if (flag & VIS_HTTPSTYLE) {
/freebsd-13.1/contrib/libc-vis/
H A Dvis.h62 #define VIS_HTTPSTYLE 0x0080 /* http-style escape % hex hex */ macro
H A Dvis.c340 if (flags & VIS_HTTPSTYLE) in getvisfun()
/freebsd-13.1/lib/libc/stdio/
H A Dxprintf_vis.c69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE); in __printf_render_vis()
/freebsd-13.1/contrib/tnftp/
H A DChangeLog452 - Support VIS_HTTPSTYLE.