Searched refs:strvis (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dvis.h85 int strvis(char *, const char *, int);
H A Dvis.c154 * strvis, strnvis, strvisx - visually encode characters from src into dst
167 strvis(char *dst, const char *src, int flag) function
177 DEF_WEAK(strvis); variable
231 len = strvis(buf, src, flag);
/freebsd-10-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.c160 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
170 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
H A Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.hin121 #undef strvis
122 #define strvis(a,b,c) rk_strvis(a,b,c)
H A Dvis.c87 __weak_alias(strvis,_strvis)
381 * strvis, strvisx - visually encode characters from src into dst
H A Droken.h.in1055 #define strvis rk_strvis
1058 strvis(char *, const char *, int);
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.h95 int strvis(char *, const char *, int);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c63 atf_tc_set_md_var(tc, "descr", "Test strvis(3)");
96 atf_tc_set_md_var(tc, "descr", "Test strvis(3) NULL");
102 strvis(dst, NULL, VIS_SAFE);
109 atf_tc_set_md_var(tc, "descr", "Test strvis(3) empty");
115 strvis(dst, "", VIS_SAFE);
151 atf_tc_set_md_var(tc, "descr", "Test strvis(3) with locale");
/freebsd-10-stable/libexec/talkd/
H A Dannounce.c123 strvis(vis_user, request->l_name, VIS_CSTYLE);
/freebsd-10-stable/usr.sbin/ofwdump/
H A Dofwdump.c178 * strvis() and print if it looks like it is
191 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL);
/freebsd-10-stable/lib/libc/gen/
H A DSymbol.map307 strvis;
H A DMakefile.inc511 vis.3 strvis.3 \
/freebsd-10-stable/usr.sbin/mtree/
H A Dcompare.c386 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL);
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len)
/freebsd-10-stable/bin/ps/
H A Dprint.c107 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
136 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
145 strvis(vis_env, k->ki_env,
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmds.c825 strvis(buf, p->v_value, VIS_WHITE);
/freebsd-10-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c589 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL);
/freebsd-10-stable/lib/libedit/
H A Dhistory.c808 (void) strvis(ptr, ev.str, VIS_WHITE);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h896 #define strvis Fssh_strvis macro
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure17963 strvis \
20579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strvis needs a prototype" >&5
20580 $as_echo_n "checking if strvis needs a prototype... " >&6; }
20590 extern int strvis (struct foo*);
20594 strvis(&xx)

Completed in 316 milliseconds