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

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_vis.c67 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE);
69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
71 ret = strvisx(buf, p, l, VIS_WHITE);
73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
69 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
H A Dt_mbstowcs.c164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
H A Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c45 VIS_WHITE,
165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
170 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/freebsd-11-stable/contrib/vis/
H A Dvis.c123 eflags |= VIS_WHITE;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
/freebsd-11-stable/usr.sbin/extattr/
H A Drmextattr.c295 VIS_SAFE | VIS_WHITE);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c825 strvis(buf, p->v_value, VIS_WHITE);
840 vis(charbuf, character(p->v_value), VIS_WHITE, 0);
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len)
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c387 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL);
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
/freebsd-11-stable/lib/libedit/
H A Dhistory.c826 (void) strvis(ptr, str, VIS_WHITE);
H A Dreadline.c1981 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.c2684 vis(buf, o->escape_char, VIS_WHITE, 0);

Completed in 300 milliseconds