VIS_OCTAL
#define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
#define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0);
if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) {
ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
eflags |= VIS_OCTAL;
(sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL);
strsvis(pathbuf, path, VIS_OCTAL, extra_glob);