Home
last modified time | relevance | path

Searched refs:VIS_SAFE (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dvis.cpp16 vis(visout, ch, VIS_SAFE | VIS_NOSLASH, 0); in test_vis()
23 nvis(visout, sizeof visout, ch, VIS_SAFE | VIS_NOSLASH, 0); in test_nvis()
29 strvis(visout, "\3", VIS_SAFE | VIS_NOSLASH); in test_strvis()
35 stravis(&visout, "\4", VIS_SAFE | VIS_NOSLASH); in test_stravis()
42 strnvis(visout, sizeof visout, "\5", VIS_SAFE | VIS_NOSLASH); in test_strnvis()
50 VIS_SAFE | VIS_NOSLASH); in test_strvisx()
58 VIS_SAFE | VIS_NOSLASH); in test_strnvisx()
66 VIS_SAFE | VIS_NOSLASH, NULL); in test_strenvisx()
73 svis(visout, ch, VIS_SAFE | VIS_NOSLASH, 0, "x"); in test_svis()
80 snvis(visout, sizeof visout, ch, VIS_SAFE | VIS_NOSLASH, 0, "x"); in test_snvis()
[all …]
/external/openssh/openbsd-compat/
Dvis.h60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ macro
Dvis.c54 ((flag & VIS_SAFE) && ((c) == '\b' || \
/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()
/external/openssh/
Dlog.c66 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)