Searched refs:strvisx (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/bin/ps/
H A Dfmt.c85 strvisx(dst, src, strlen(src) < len ? strlen(src) : len,
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.c79 __weak_alias(strvisx,_strvisx)
742 * strvisx - visually encode characters from src into dst
753 strvisx(char *mbdst, const char *mbsrc, size_t len, int flags) function
H A Dvis.h102 int strvisx(char *, const char *, size_t, int);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
170 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure17964 strvisx \
20616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strvisx needs a prototype" >&5
20617 $as_echo_n "checking if strvisx needs a prototype... " >&6; }
20627 extern int strvisx (struct foo*);
20631 strvisx(&xx)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c88 __weak_alias(strvisx,_strvisx)
381 * strvis, strvisx - visually encode characters from src into dst
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.c148 * strvis, strnvis, strvisx - visually encode characters from src into dst
236 strvisx(char *dst, const char *src, size_t len, int flag) function
H A Dvis.h89 int strvisx(char *, const char *, size_t, int)
/freebsd-11-stable/crypto/openssh/
H A Dssh_namespace.h887 #define strvisx Fssh_strvisx macro
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_vis.c67 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE);
69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
71 ret = strvisx(buf, p, l, VIS_WHITE);
73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
/freebsd-11-stable/sbin/dmesg/
H A Ddmesg.c206 (void)strvisx(visbp, p, nextp - p, 0);
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1253 if (strvisx(tmp3, tmp2, len,
1610 if (strvisx(tmp3, tmp2, len,
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c850 strvisx (vmcn, ss.data->what.media_catalog.mc_number,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8791 INTERCEPTOR(int, strvisx, char *dst, const char *src, SIZE_T len, int flag) {
8793 COMMON_INTERCEPTOR_ENTER(ctx, strvisx, dst, src, len, flag);
8796 int ret = REAL(strvisx)(dst, src, len, flag);
8983 COMMON_INTERCEPT_FUNCTION(strvisx); \
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc525 vis.3 strvisx.3 \
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c1075 strvisx(dst, src,
/freebsd-11-stable/usr.sbin/extattr/
H A Drmextattr.c294 strvisx(visbuf, buf, ret,

Completed in 363 milliseconds