Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dvis.h58 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */ macro
/dragonfly/usr.bin/vis/
H A Dvis.c116 eflags |= VIS_SAFE; in main()
/dragonfly/crypto/openssh/
H A Dlog.c69 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
/dragonfly/lib/libc/gen/
H A Dvis.c321 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()