Searched refs:VIS_OCTAL (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | vis.h | 49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
|
D | setproctitle.c | 153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
D | vis.c | 117 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) || in vis()
|
/external/libedit/src/ |
D | vis.h | 40 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
|
D | vis.c | 226 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
|
/external/openssh/ |
D | log.c | 65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL) 66 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
|
D | utf8.c | 190 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
|
D | ChangeLog | 4014 bytes forming non-printable characters with vis(3) VIS_OCTAL. For other
|
/external/openssh/regress/unittests/test_helper/ |
D | test_helper.c | 475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char() 477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
|