Searched refs:VIS_SAFE (Results 1 – 6 of 6) sorted by relevance
60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ macro
49 ((flag & VIS_SAFE) && ((c) == '\b' || \
51 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ macro
272 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()
67 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
487 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH); in input_userauth_banner()