Home
last modified time | relevance | path

Searched refs:VIS_DQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.c65 if ((c == '"' && (flag & VIS_DQ) != 0) || in vis()
183 if ((c == '"' && (flag & VIS_DQ) != 0) || in strnvis()
H A Dvis.h61 #define VIS_DQ 0x200 /* backslash-escape double quotes */ macro
/freebsd/contrib/libc-vis/
H A Dvis.h54 #define VIS_DQ 0x8000 /* also encode double quotes */ macro
H A Dvis.c383 if (flags & VIS_DQ) *d++ = L'"'; in makeextralist()