Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/stdio/
HDxprintf_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-14-stable/crypto/openssh/openbsd-compat/
HDvis.h89 int strvisx(char *, const char *, size_t, int)
HDvis.c236 strvisx(char *dst, const char *src, size_t len, int flag) in strvisx() function
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_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-14-stable/contrib/libc-vis/
HDvis.h101 int strvisx(char *, const char *, size_t, int);
HDvis.c76 __weak_alias(strvisx,_strvisx)
834 strvisx(char *mbdst, const char *mbsrc, size_t len, int flags) in strvisx() function
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDvis.hin131 #undef strvisx
132 #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d)
HDvis.c88 __weak_alias(strvisx,_strvisx)
HDroken.h.in1063 #define strvisx rk_strvisx macro
1066 strvisx(char *, const char *, size_t, int);
/freebsd-14-stable/sbin/dmesg/
HDdmesg.c202 (void)strvisx(visbp, p, nextp - p, 0); in main()
/freebsd-14-stable/usr.sbin/extattr/
HDrmextattr.c291 strvisx(visbuf, buf, ret, in main()
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
HDlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
/freebsd-14-stable/lib/libc/gen/
HDSymbol.map296 strvisx;
HDMakefile.inc576 vis.3 strvisx.3 \
/freebsd-14-stable/usr.sbin/cdcontrol/
HDcdcontrol.c848 strvisx (vmcn, ss.data->what.media_catalog.mc_number, in pstatus()
/freebsd-14-stable/crypto/openssh/
HDssh_namespace.h996 #define strvisx Fssh_strvisx macro
/freebsd-14-stable/usr.bin/top/
HDmachine.c1058 strvisx(dst, src, in format_next_process()
/freebsd-14-stable/crypto/heimdal/include/
HDconfig.h.in971 /* Define to 1 if you have the `strvisx' function. */
1386 /* define if the system is missing a prototype for strvisx() */
/freebsd-14-stable/usr.bin/truss/
HDsyscalls.c1195 if (strvisx(tmp3, tmp2, len, in print_iovec()
1663 if (strvisx(tmp3, tmp2, len, in print_arg()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-14-stable/crypto/heimdal/
HDconfigure17964 strvisx \
20627 extern int strvisx (struct foo*);
20631 strvisx(&xx)