Home
last modified time | relevance | path

Searched refs:strvisx (Results 1 – 23 of 23) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dxprintf_vis.c67 ret = strvisx(buf, p, l, VIS_WHITE | VIS_HTTPSTYLE); in __printf_render_vis()
69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL); in __printf_render_vis()
71 ret = strvisx(buf, p, l, VIS_WHITE); in __printf_render_vis()
73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE); in ATF_TC_BODY()
170 cr = strvisx(cd, s, sizeof(s), VIS_WHITE); in ATF_TC_BODY()
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.h89 int strvisx(char *, const char *, size_t, int)
H A Dvis.c236 strvisx(char *dst, const char *src, size_t len, int flag) in strvisx() function
/freebsd/contrib/libc-vis/
H A Dvis.h101 int strvisx(char *, const char *, size_t, int);
H A Dvis.c76 __weak_alias(strvisx,_strvisx)
834 strvisx(char *mbdst, const char *mbsrc, size_t len, int flags) in strvisx() function
/freebsd/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)
H A Droken.h.in1063 #define strvisx rk_strvisx macro
1066 strvisx(char *, const char *, size_t, int);
/freebsd/bin/ps/
H A Dfmt.c78 strvisx(dst, src, strlen(src) < len ? strlen(src) : len, in shquote()
/freebsd/sbin/dmesg/
H A Ddmesg.c190 (void)strvisx(visbp, p, nextp - p, 0); in main()
/freebsd/usr.sbin/extattr/
H A Drmextattr.c291 strvisx(visbuf, buf, ret, in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
H A Dlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
/freebsd/lib/libc/gen/
H A DSymbol.map295 strvisx;
H A DMakefile.inc555 vis.3 strvisx.3 \
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c848 strvisx (vmcn, ss.data->what.media_catalog.mc_number, in pstatus()
/freebsd/crypto/openssh/
H A Dssh_namespace.h996 #define strvisx Fssh_strvisx macro
/freebsd/usr.bin/top/
H A Dmachine.c1058 strvisx(dst, src, in format_next_process()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in971 /* Define to 1 if you have the `strvisx' function. */
1386 /* define if the system is missing a prototype for strvisx() */
/freebsd/usr.bin/truss/
H A Dsyscalls.c1195 if (strvisx(tmp3, tmp2, len, in print_iovec()
1663 if (strvisx(tmp3, tmp2, len, in print_arg()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9009 INTERCEPTOR(int, strvisx, char *dst, const char *src, SIZE_T len, int flag) {
9011 COMMON_INTERCEPTOR_ENTER(ctx, strvisx, dst, src, len, flag);
9014 int ret = REAL(strvisx)(dst, src, len, flag);
9201 COMMON_INTERCEPT_FUNCTION(strvisx); \
/freebsd/crypto/heimdal/
H A Dconfigure17964 strvisx \
20627 extern int strvisx (struct foo*);
20631 strvisx(&xx)