Home
last modified time | relevance | path

Searched refs:strnvis (Results 1 – 19 of 19) sorted by relevance

/trueos/crypto/openssh/openbsd-compat/
HDvis.h84 int strnvis(char *, const char *, size_t, int)
HDsetproctitle.c152 strnvis(ptitle, buf, sizeof(ptitle), in setproctitle()
HDvis.c166 strnvis(char *dst, const char *src, size_t siz, int flag) in strnvis() function
/trueos/contrib/libc-vis/
HDvis.h92 int strnvis(char *, size_t, const char *, int);
HDvis.c660 strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags) in strnvis() function
/trueos/usr.sbin/ctld/
HDlog.c100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
/trueos/usr.sbin/iscsid/
HDlog.c100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
/trueos/usr.sbin/autofs/
HDlog.c100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
/trueos/crypto/openssh/
HDlog.c438 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf), in do_log()
HDssh_namespace.h538 #define strnvis ssh_strnvis macro
HDscp.c764 strnvis(encname, name, sizeof(encname), VIS_NL); in source()
HDsshconnect2.c508 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH); in input_userauth_banner()
HDconfig.h.in81 /* FreeBSD strnvis argument order is swapped compared to OpenBSD */
1066 /* Define to 1 if you have the `strnvis' function. */
HDconfigure.ac771 [NetBSD strnvis argument order is swapped compared to OpenBSD])
783 [FreeBSD strnvis argument order is swapped compared to OpenBSD])
1723 strnvis \
HDChangeLog286 - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously
1923 [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's
HDconfigure10440 strnvis \
/trueos/lib/libc/gen/
HDSymbol.map399 strnvis;
HDMakefile.inc504 vis.3 strnvis.3 \
/trueos/contrib/pf/ftp-proxy/
HDftp-proxy.c591 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL); in logmsg()