| /freebsd-14-stable/lib/libc/stdio/ |
| HD | xprintf_vis.c | 67 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/ |
| HD | vis.h | 89 int strvisx(char *, const char *, size_t, int)
|
| HD | vis.c | 236 strvisx(char *dst, const char *src, size_t len, int flag) in strvisx() function
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_vis.c | 165 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/ |
| HD | vis.h | 101 int strvisx(char *, const char *, size_t, int);
|
| HD | vis.c | 76 __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/ |
| HD | vis.hin | 131 #undef strvisx 132 #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d)
|
| HD | vis.c | 88 __weak_alias(strvisx,_strvisx)
|
| HD | roken.h.in | 1063 #define strvisx rk_strvisx macro 1066 strvisx(char *, const char *, size_t, int);
|
| /freebsd-14-stable/sbin/dmesg/ |
| HD | dmesg.c | 202 (void)strvisx(visbp, p, nextp - p, 0); in main()
|
| /freebsd-14-stable/usr.sbin/extattr/ |
| HD | rmextattr.c | 291 strvisx(visbuf, buf, ret, in main()
|
| /freebsd-14-stable/crypto/heimdal/lib/krb5/ |
| HD | replay.c | 309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|
| HD | log.c | 234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | Symbol.map | 296 strvisx;
|
| HD | Makefile.inc | 576 vis.3 strvisx.3 \
|
| /freebsd-14-stable/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 848 strvisx (vmcn, ss.data->what.media_catalog.mc_number, in pstatus()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | ssh_namespace.h | 996 #define strvisx Fssh_strvisx macro
|
| /freebsd-14-stable/usr.bin/top/ |
| HD | machine.c | 1058 strvisx(dst, src, in format_next_process()
|
| /freebsd-14-stable/crypto/heimdal/include/ |
| HD | config.h.in | 971 /* 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/ |
| HD | syscalls.c | 1195 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/ |
| HD | sanitizer_common_interceptors.inc | 9009 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/ |
| HD | configure | 17964 strvisx \ 20627 extern int strvisx (struct foo*); 20631 strvisx(&xx)
|