Searched refs:strnvis (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h87 int strnvis(char *, const char *, size_t, int)
H A Dsetproctitle.c152 strnvis(ptitle, buf, sizeof(ptitle),
H A Dvis.c148 * strvis, strnvis, strvisx - visually encode characters from src into dst
174 strnvis(char *dst, const char *src, size_t siz, int flag) function
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h97 int strnvis(char *, size_t, const char *, int);
/freebsd-11-stable/usr.sbin/autofs/
H A Dlog.c103 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
105 fprintf(stderr, "%s: strnvis failed", getprogname());
106 syslog(LOG_CRIT, "strnvis failed");
/freebsd-11-stable/usr.sbin/ctld/
H A Dlog.c103 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
105 fprintf(stderr, "%s: strnvis failed", getprogname());
106 syslog(LOG_CRIT, "strnvis failed");
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlog.c103 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
105 fprintf(stderr, "%s: strnvis failed", getprogname());
106 syslog(LOG_CRIT, "strnvis failed");
/freebsd-11-stable/crypto/openssh/
H A Dlog.c447 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf),
H A Dssh_namespace.h885 #define strnvis Fssh_strnvis macro
H A Dscp.c778 strnvis(encname, name, sizeof(encname), VIS_NL);
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc517 vis.3 strnvis.3 \
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c591 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8780 INTERCEPTOR(int, strnvis, char *dst, SIZE_T dlen, const char *src, int flag) {
8782 COMMON_INTERCEPTOR_ENTER(ctx, strnvis, dst, dlen, src, flag);
8785 int len = REAL(strnvis)(dst, dlen, src, flag);
8982 COMMON_INTERCEPT_FUNCTION(strnvis); \

Completed in 123 milliseconds