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

/freebsd-10.0-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-10.0-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-10.0-release/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.0-release/libexec/talkd/
H A Dannounce.c127 strvis(vis_user, request->l_name, VIS_CSTYLE);
/freebsd-10.0-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-10.0-release/lib/libc/gen/
H A DSymbol.map307 strvis;
H A DMakefile.inc509 vis.3 strvis.3 \
/freebsd-10.0-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-10.0-release/usr.sbin/rpc.statd/
H A Dprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len)
/freebsd-10.0-release/bin/ps/
H A Dprint.c106 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
134 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
143 strvis(vis_env, k->ki_env,
/freebsd-10.0-release/crypto/openssh/
H A Dssh_namespace.h457 #define strvis ssh_strvis macro
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmds.c825 strvis(buf, p->v_value, VIS_WHITE);
/freebsd-10.0-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c589 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL);
/freebsd-10.0-release/lib/libedit/
H A Dhistory.c813 (void) strvis(ptr, ev.str, VIS_WHITE);
/freebsd-10.0-release/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 341 milliseconds