Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDxprintf_vis.c67 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()
/NextBSD/contrib/netbsd-tests/lib/libc/locale/
HDt_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()
HDt_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()
HDt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
HDt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
/NextBSD/crypto/openssh/openbsd-compat/
HDvis.h59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/NextBSD/contrib/libc-vis/
HDvis.h53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/NextBSD/contrib/openbsm/compat/
HDvis.h51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL) macro
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_vis.c44 VIS_WHITE,
/NextBSD/contrib/vis/
HDvis.c123 eflags |= VIS_WHITE; in main()
/NextBSD/usr.sbin/extattr/
HDrmextattr.c272 VIS_SAFE | VIS_WHITE); in main()
/NextBSD/usr.bin/tip/tip/
HDcmds.c825 strvis(buf, p->v_value, VIS_WHITE); in listvariables()
840 vis(charbuf, character(p->v_value), VIS_WHITE, 0); in listvariables()
/NextBSD/crypto/heimdal/lib/krb5/
HDreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
/NextBSD/usr.sbin/rpc.statd/
HDprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
/NextBSD/usr.sbin/fmtree/
HDcompare.c386 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL); in rlink()
HDcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB); in statf()
/NextBSD/crypto/heimdal/lib/roken/
HDvis.hin64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/NextBSD/lib/libedit/
HDhistory.c827 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
HDreadline.c1982 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()
/NextBSD/contrib/netbsd-tests/lib/libcurses/director/
HDtestlang_parse.y446 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/NextBSD/contrib/tnftp/
HDChangeLog1255 * ensure <vis.h> has VIS_WHITE et al