Searched refs:strvisx (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dvis.h78 int strvisx(char *, const char *, size_t, int);
H A Dvis.c139 * strvis, strnvis, strvisx - visually encode characters from src into dst
208 strvisx(char *dst, const char *src, size_t len, int flag) function
/netbsd-6-1-5-RELEASE/include/
H A Dvis.h95 int strvisx(char *, const char *, size_t, int);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.hin131 #undef strvisx
132 #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d)
H A Dvis.c90 __weak_alias(strvisx,_strvisx)
383 * strvis, strvisx - visually encode characters from src into dst
H A Droken.h.in1046 #define strvisx rk_strvisx
1049 strvisx(char *, const char *, size_t, int);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-show-buffer.c77 strvisx(in, pb->data, size, VIS_OCTAL|VIS_TAB);
H A Dpaste.c162 used = strvisx(buf, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL);
H A Dcmd-server-info.c158 strvisx(out, code->value.string, slen,
H A Dscreen.c119 strvisx(tmp, title, slen, VIS_OCTAL|VIS_TAB|VIS_NL);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dvis.c72 __weak_alias(strvisx,_strvisx)
501 * strvis, strvisx - visually encode characters from src into dst
563 strvisx(char *dst, const char *src, size_t len, int flag) function
H A Dutmpx.c313 (void)strvisx(buf, (const char *)(const void *)utx, sizeof(*utx),
H A DMakefile.inc184 MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dreplay.c311 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
H A Dlog.c236 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
/netbsd-6-1-5-RELEASE/usr.bin/extattr/
H A Dgetextattr.c401 strvisx(visbuf, buf, error, flag_vis);
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dmisc.c544 (void)strvisx(dst, src, len, VIS_TAB|VIS_NL);
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dsys_term.c607 (void)strvisx(buf, (const char *)(const void *)&from, sizeof(from),
/netbsd-6-1-5-RELEASE/usr.sbin/sa/
H A Dmain.c568 (void)strvisx(buf, key->data, key->size, 0);
/netbsd-6-1-5-RELEASE/libexec/rlogind/
H A Drlogind.c395 (void)strvisx(hostaddrbuf, (const char *)(const void *)fromp,
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_parse.y72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A Ddb.c639 return (strvisx(buf, data, len, visflags));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c732 strvisx(encname, name, len, VIS_NL);
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c601 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h600 #define strvisx _strvisx macro

Completed in 307 milliseconds

12