Searched refs:VIS_SAFE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ macro
H A Dvis.c54 ((flag & VIS_SAFE) && ((c) == '\b' || \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c46 VIS_SAFE,
102 strvis(dst, NULL, VIS_SAFE);
115 strvis(dst, "", VIS_SAFE);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h52 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */ macro
110 ((flag & VIS_SAFE) && (c == '\b' || c == '\007' || c == '\r'))) {
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h54 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ macro
/freebsd-11-stable/contrib/vis/
H A Dvis.c117 eflags |= VIS_SAFE;
/freebsd-11-stable/usr.sbin/extattr/
H A Drmextattr.c295 VIS_SAFE | VIS_WHITE);
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c180 ((flag & VIS_SAFE) && issafe(c)))) {
/freebsd-11-stable/crypto/openssh/
H A Dlog.c66 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)

Completed in 73 milliseconds