Home
last modified time | relevance | path

Searched refs:VIS_OCTAL (Results 1 – 6 of 6) sorted by relevance

/external/openssh/openbsd-compat/
Dvis.h49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
Dsetproctitle.c154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
Dvis.c117 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) || in vis()
/external/openssh/
Dlog.c65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
66 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
Dutf8.c195 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
/external/openssh/regress/unittests/test_helper/
Dtest_helper.c532 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()
534 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()