Searched refs:VIS_OCTAL (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dftpvis.h41 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
H A Dstrvis.c170 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) { \
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.h40 #define VIS_OCTAL 0x001 /* use octal \ddd format */ macro
/macosx-10.10/Libc-1044.1.2/include/
H A Dvis.h67 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dvis.h49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
H A Dsetproctitle.c148 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
H A Dvis.c111 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_vis.c70 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
74 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
/macosx-10.10/libedit-40/src/
H A Dvis.h40 #define VIS_OCTAL 0x001 /* use octal \ddd format */ macro
/macosx-10.10/text_cmds-88/vis/
H A Dvis.c89 eflags |= VIS_OCTAL;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
H A Dvis.c224 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dlog.c64 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
65 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
H A Dsshconnect2.c552 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
/macosx-10.10/file_cmds-242/mtree/
H A Dcreate.c165 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
275 strvis(visbuf, s, VIS_WHITE | VIS_OCTAL);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dreplay.c307 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
H A Dlog.c313 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);

Completed in 179 milliseconds