Searched refs:VIS_NL (Results 1 – 6 of 6) sorted by relevance
/external/openssh/openbsd-compat/ |
D | vis.h | 58 #define VIS_NL 0x10 /* also encode newline */ macro 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
D | setproctitle.c | 153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
D | vis.c | 53 ((flag & VIS_NL) == 0 && (c) == '\n') || \
|
/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()
|
/external/openssh/ |
D | log.c | 65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
|
D | scp.c | 778 strnvis(encname, name, sizeof(encname), VIS_NL); in source()
|