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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.h83 int strvis(char *, const char *, int);
H A Dvis.c141 * strvis, strnvis, strvisx - visually encode characters from src into dst
154 strvis(char *dst, const char *src, int flag) function
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.h102 #undef strvis macro
103 #define strvis(a,b,c) rk_strvis(a,b,c) macro
H A Dvis.hin102 #undef strvis
103 #define strvis(a,b,c) rk_strvis(a,b,c)
H A Dvis.c97 __weak_alias(strvis,_strvis)
308 * strvis, strvisx - visually encode characters from src into dst
H A Droken.h.in668 strvis(char *, const char *, int);
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.h91 int strvis(char *, const char *, int);
H A Dvis.c639 * strvis - visually encode characters from src into dst
647 strvis(char *mbdst, const char *mbsrc, int flags) function
/freebsd-9.3-release/libexec/talkd/
H A Dannounce.c129 strvis(vis_user, request->l_name, VIS_CSTYLE);
/freebsd-9.3-release/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-9.3-release/lib/libc/gen/
H A DMakefile.inc211 vis.3 strvis.3 \
H A DSymbol.map306 strvis;
/freebsd-9.3-release/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-9.3-release/usr.sbin/rpc.statd/
H A Dprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len)
/freebsd-9.3-release/bin/ps/
H A Dprint.c108 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
138 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
147 strvis(vis_env, k->ki_env,
/freebsd-9.3-release/crypto/openssh/
H A Dssh_namespace.h539 #define strvis ssh_strvis macro
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmds.c825 strvis(buf, p->v_value, VIS_WHITE);
/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c589 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL);
/freebsd-9.3-release/lib/libedit/
H A Dhistory.c813 (void) strvis(ptr, ev.str, VIS_WHITE);
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure28595 strvis \
[all...]

Completed in 319 milliseconds