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

/freebsd-13-stable/contrib/unvis/
H A Dunvis.c69 eflags |= VIS_HTTP1808;
84 switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE)) {
85 case VIS_HTTP1808|VIS_MIMESTYLE:
87 case VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE:
/freebsd-13-stable/contrib/libc-vis/
H A Dvis.h61 #define VIS_HTTP1808 0x0080 /* http-style escape % hex hex */ macro
H A Dunvis.c241 if ((flag & VIS_HTTP1808) && c == '%') {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c50 VIS_HTTP1808,
82 styles[i] & (VIS_HTTP1808|VIS_MIMESTYLE)) > 0);

Completed in 57 milliseconds