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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h85 int strvis(char *, const char *, int);
H A Dvis.c148 * strvis, strnvis, strvisx - visually encode characters from src into dst
161 strvis(char *dst, const char *src, int flag) function
171 DEF_WEAK(strvis); variable
225 len = strvis(buf, src, flag);
/freebsd-11-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.c164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
H A Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h95 int strvis(char *, const char *, int);
/freebsd-11-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-11-stable/libexec/talkd/
H A Dannounce.c123 strvis(vis_user, request->l_name, VIS_CSTYLE);
/freebsd-11-stable/usr.sbin/ofwdump/
H A Dofwdump.c185 * strvis() and print if it looks like it is
198 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c87 __weak_alias(strvis,_strvis)
381 * strvis, strvisx - visually encode characters from src into dst
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dprocs.c92 else if (strvis(dst, arg, VIS_WHITE) != len)
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c387 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL);
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
/freebsd-11-stable/bin/ps/
H A Dprint.c108 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
137 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
146 strvis(vis_env, k->ki_env,
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc524 vis.3 strvis.3 \
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c825 strvis(buf, p->v_value, VIS_WHITE);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c589 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL);
/freebsd-11-stable/crypto/openssh/
H A Dssh_namespace.h886 #define strvis Fssh_strvis macro
/freebsd-11-stable/lib/libedit/
H A Dhistory.c826 (void) strvis(ptr, str, VIS_WHITE);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8757 INTERCEPTOR(int, strvis, char *dst, const char *src, int flag) {
8759 COMMON_INTERCEPTOR_ENTER(ctx, strvis, dst, src, flag);
8762 int len = REAL(strvis)(dst, src, flag);
8980 COMMON_INTERCEPT_FUNCTION(strvis); \
/freebsd-11-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 559 milliseconds