| /freebsd/lib/libc/stdio/ |
| H A D | 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/crypto/openssh/openbsd-compat/ |
| H A D | vis.h | 89 int strvisx(char *, const char *, size_t, int)
|
| H A D | vis.c | 236 strvisx(char *dst, const char *src, size_t len, int flag) in strvisx() function
|
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | 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/contrib/libc-vis/ |
| H A D | vis.h | 101 int strvisx(char *, const char *, size_t, int);
|
| H A D | vis.c | 76 __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 D | vis.hin | 131 #undef strvisx 132 #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d)
|
| H A D | vis.c | 88 __weak_alias(strvisx,_strvisx)
|
| H A D | roken.h.in | 1063 #define strvisx rk_strvisx macro 1066 strvisx(char *, const char *, size_t, int);
|
| /freebsd/bin/ps/ |
| H A D | fmt.c | 78 strvisx(dst, src, strlen(src) < len ? strlen(src) : len, in shquote()
|
| /freebsd/sbin/dmesg/ |
| H A D | dmesg.c | 209 (void)strvisx(visbp, p, nextp - p, 0); in main()
|
| /freebsd/usr.sbin/extattr/ |
| H A D | rmextattr.c | 291 strvisx(visbuf, buf, ret, in main()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | replay.c | 309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|
| H A D | log.c | 234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 294 strvisx;
|
| H A D | Makefile.inc | 578 vis.3 strvisx.3 \
|
| /freebsd/usr.sbin/cdcontrol/ |
| H A D | cdcontrol.c | 848 strvisx (vmcn, ss.data->what.media_catalog.mc_number, in pstatus()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh_namespace.h | 1000 #define strvisx Fssh_strvisx macro
|
| /freebsd/crypto/heimdal/include/ |
| H A D | 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/usr.bin/top/ |
| H A D | machine.c | 1171 strvisx(dst, src, in format_next_process()
|
| /freebsd/usr.bin/truss/ |
| H A D | syscalls.c | 1198 if (strvisx(tmp3, tmp2, len, in print_iovec() 1726 if (strvisx(tmp3, tmp2, len, in print_arg()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9170 INTERCEPTOR(int, strvisx, char *dst, const char *src, SIZE_T len, int flag) { 9172 COMMON_INTERCEPTOR_ENTER(ctx, strvisx, dst, src, len, flag); 9175 int ret = REAL(strvisx)(dst, src, len, flag); 9362 COMMON_INTERCEPT_FUNCTION(strvisx); \
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 17964 strvisx \ 20627 extern int strvisx (struct foo*); 20631 strvisx(&xx)
|