/freebsd/lib/libc/stdio/ |
H A D | xprintf_vis.c | 67 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE); in __printf_render_vis() 69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL); in __printf_render_vis() 71 ret = strvisx(buf, p, l, VIS_WHITE); in __printf_render_vis() 73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
|
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro 68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
|
/freebsd/contrib/netbsd-tests/lib/libc/locale/ |
H A D | t_mbtowc.c | 99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc() 116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
|
H A D | t_mbstowcs.c | 164 (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()
|
H A D | t_wctomb.c | 121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
|
H A D | t_mbrtowc.c | 142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_vis.c | 45 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/crypto/openssh/openbsd-compat/ |
H A D | vis.h | 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
/freebsd/contrib/vis/ |
H A D | vis.c | 132 eflags |= VIS_WHITE; in main()
|
/freebsd/usr.sbin/extattr/ |
H A D | rmextattr.c | 292 VIS_SAFE | VIS_WHITE); in main()
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 817 strvis(buf, p->v_value, VIS_WHITE); in listvariables() 832 vis(charbuf, character(p->v_value), VIS_WHITE, 0); in listvariables()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | procs.c | 93 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
|
/freebsd/contrib/libedit/ |
H A D | history.c | 875 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
|
H A D | readline.c | 2129 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()
|
/freebsd/crypto/openssh/ |
H A D | readconf.c | 3731 vis(buf, o->escape_char, VIS_WHITE, 0); in dump_client_config()
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1255 * ensure <vis.h> has VIS_WHITE et al
|