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

/freebsd-10.0-release/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-10.0-release/crypto/openssh/openbsd-compat/
H A Dvis.h86 int strvisx(char *, const char *, size_t, int)
H A Dvis.c141 * strvis, strnvis, strvisx - visually encode characters from src into dst
210 strvisx(char *dst, const char *src, size_t len, int flag) function
/freebsd-10.0-release/contrib/libc-vis/
H A Dvis.h97 int strvisx(char *, const char *, size_t, int);
H A Dvis.c79 __weak_alias(strvisx,_strvisx)
659 * strvisx - visually encode characters from src into dst
670 strvisx(char *mbdst, const char *mbsrc, size_t len, int flags) function
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dvis.hin131 #undef strvisx
132 #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d)
H A Dvis.c88 __weak_alias(strvisx,_strvisx)
381 * strvis, strvisx - visually encode characters from src into dst
H A Droken.h.in1063 #define strvisx rk_strvisx
1066 strvisx(char *, const char *, size_t, int);
/freebsd-10.0-release/bin/ps/
H A Dfmt.c85 strvisx(dst, src, strlen(src) < len ? strlen(src) : len,
/freebsd-10.0-release/sbin/dmesg/
H A Ddmesg.c199 (void)strvisx(visbp, p, nextp - p, 0);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
H A Dlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
/freebsd-10.0-release/usr.sbin/extattr/
H A Drmextattr.c271 strvisx(visbuf, buf, ret,
/freebsd-10.0-release/lib/libc/gen/
H A DSymbol.map308 strvisx;
H A DMakefile.inc510 vis.3 strvisx.3 \
/freebsd-10.0-release/crypto/openssh/
H A Dssh_namespace.h458 #define strvisx ssh_strvisx macro
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c923 strvisx(dst, src,
/freebsd-10.0-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c850 strvisx (vmcn, ss.data->what.media_catalog.mc_number,
/freebsd-10.0-release/usr.bin/truss/
H A Dsyscalls.c639 if (strvisx(tmp3, tmp2, len,
/freebsd-10.0-release/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)

Completed in 166 milliseconds