Searched refs:VIS_WHITE (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_vis.c68 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE);
70 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
72 ret = strvisx(buf, p, l, VIS_WHITE);
74 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpvis.h51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.h50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
H A Dhistory.c825 (void) strvis(ptr, ct_encode_string(ev.str, &conv), VIS_WHITE);
H A Dreadline.c1909 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dvis.h77 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dvis.h59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/macosx-10.10.1/libedit-40/src/
H A Dvis.h50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
H A Dhistory.c869 (void) strvis(ptr, str, VIS_WHITE);
H A Dreadline.c1951 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
/macosx-10.10.1/text_cmds-88/vis/
H A Dvis.c77 eflags |= VIS_WHITE;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dvis.hin64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/macosx-10.10.1/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.1/Heimdal-398.1.2/lib/krb5/
H A Dreplay.c307 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dprocs.c115 } else if (strvis(dst, arg, VIS_WHITE) != len) {
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dhistory.c728 (void) strvis(ptr, ev.str, VIS_WHITE);
H A Dreadline.c1555 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dconfigure9631 # Check for VIS_WHITE in <vis.h>
9634 { echo "$as_me:$LINENO: checking whether VIS_WHITE is declared" >&5
9635 echo $ECHO_N "checking whether VIS_WHITE is declared... $ECHO_C" >&6; }
9652 #ifndef VIS_WHITE
9653 (void) VIS_WHITE;

Completed in 230 milliseconds