Searched refs:VIS_WHITE (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/lib/libc/stdio/ |
| 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-9-stable/crypto/openssh/openbsd-compat/ |
| D | vis.h | 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
| /freebsd-9-stable/contrib/libc-vis/ |
| D | vis.h | 53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | vis.h | 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
| D | vis.hin | 59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
|
| /freebsd-9-stable/contrib/openbsm/compat/ |
| D | vis.h | 51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
|
| /freebsd-9-stable/contrib/vis/ |
| D | vis.c | 123 eflags |= VIS_WHITE; in main()
|
| /freebsd-9-stable/usr.sbin/extattr/ |
| D | rmextattr.c | 265 VIS_SAFE | VIS_WHITE); in main()
|
| /freebsd-9-stable/crypto/heimdal/lib/krb5/ |
| D | replay.c | 294 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|
| /freebsd-9-stable/usr.bin/tip/tip/ |
| D | cmds.c | 825 strvis(buf, p->v_value, VIS_WHITE); in listvariables() 840 vis(charbuf, character(p->v_value), VIS_WHITE, 0); in listvariables()
|
| /freebsd-9-stable/usr.sbin/mtree/ |
| D | compare.c | 386 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL); in rlink()
|
| D | create.c | 159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB); in statf()
|
| /freebsd-9-stable/usr.sbin/rpc.statd/ |
| D | procs.c | 92 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
|
| /freebsd-9-stable/lib/libedit/ |
| D | history.c | 813 (void) strvis(ptr, ev.str, VIS_WHITE); in history_save()
|
| D | readline.c | 1908 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()
|
| /freebsd-9-stable/contrib/tnftp/ |
| D | ChangeLog | 1255 * ensure <vis.h> has VIS_WHITE et al
|