HomeSort by relevance Sort by last modified time
    Searched refs:VIS_OCTAL (Results 1 - 5 of 5) sorted by null

  /external/openssh/openbsd-compat/
vis.h 49 #define VIS_OCTAL 0x01 /* use octal \ddd format */
setproctitle.c 148 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
vis.c 111 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
  /external/openssh/
log.c 64 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
65 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
sshconnect2.c 486 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
    [all...]

Completed in 160 milliseconds