Searched refs:VIS_OCTAL (Results 1 – 7 of 7) sorted by relevance
49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
111 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) || in vis()
40 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
226 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)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()