Home
last modified time | relevance | path

Searched refs:VIS_WHITE (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
Dxprintf_vis.c69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE); in __printf_render_vis()
71 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL); in __printf_render_vis()
73 ret = strvisx(buf, p, l, VIS_WHITE); in __printf_render_vis()
75 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_vis.c45 VIS_WHITE,
165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE); in ATF_TC_BODY()
170 cr = strvisx(cd, s, sizeof(s), VIS_WHITE); in ATF_TC_BODY()
/freebsd-12-stable/contrib/libc-vis/
Dvis.h53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
69 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/
Dt_mbtowc.c99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
Dt_mbstowcs.c164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dvis.h59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/freebsd-12-stable/contrib/openbsm/compat/
Dvis.h51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/freebsd-12-stable/contrib/vis/
Dvis.c123 eflags |= VIS_WHITE; in main()
/freebsd-12-stable/usr.sbin/extattr/
Drmextattr.c295 VIS_SAFE | VIS_WHITE); in main()
/freebsd-12-stable/usr.bin/tip/tip/
Dcmds.c827 strvis(buf, p->v_value, VIS_WHITE); in listvariables()
842 vis(charbuf, character(p->v_value), VIS_WHITE, 0); in listvariables()
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
/freebsd-12-stable/crypto/heimdal/lib/roken/
Dvis.hin64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/freebsd-12-stable/usr.sbin/fmtree/
Dcompare.c387 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL); in rlink()
Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB); in statf()
/freebsd-12-stable/usr.sbin/rpc.statd/
Dprocs.c94 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
/freebsd-12-stable/contrib/libedit/
Dhistory.c875 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
Dreadline.c2061 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
Dtestlang_parse.y447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/freebsd-12-stable/crypto/openssh/
Dreadconf.c3468 vis(buf, o->escape_char, VIS_WHITE, 0); in dump_client_config()
/freebsd-12-stable/contrib/tnftp/
DChangeLog1255 * ensure <vis.h> has VIS_WHITE et al