/src/include/ |
vis.h | 101 int strvisx(char *, const char *, size_t, int);
|
/src/lib/libc/gen/ |
vis.c | 81 __weak_alias(strvisx,_strvisx) 826 * strvisx - visually encode characters from src into dst 832 * Strvisx encodes exactly len characters from src into dst. 837 strvisx(char *mbdst, const char *mbsrc, size_t len, int flags) function in typeref:typename:int
|
utmpx.c | 314 (void)strvisx(buf, (const char *)(const void *)utx, sizeof(*utx),
|
/src/tests/lib/libc/gen/ |
t_vis.c | 182 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE); 187 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
|
/src/usr.bin/extattr/ |
getextattr.c | 401 strvisx(visbuf, buf, error, flag_vis);
|
/src/usr.sbin/sa/ |
main.c | 568 (void)strvisx(buf, key->data, key->size, 0);
|
/src/libexec/telnetd/ |
sys_term.c | 605 (void)strvisx(buf, (const char *)(const void *)&from, sizeof(from),
|
/src/libexec/rlogind/ |
rlogind.c | 398 (void)strvisx(hostaddrbuf, (const char *)(const void *)fromp,
|
/src/usr.bin/db/ |
db.c | 639 return (strvisx(buf, data, len, visflags));
|
/src/usr.sbin/npf/npfctl/ |
npf_parse.y | 72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 600 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
|
/src/lib/libc/include/ |
namespace.h | 696 #define strvisx _strvisx macro
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 8661 INTERCEPTOR(int, strvisx, char *dst, const char *src, SIZE_T len, int flag) { 8663 COMMON_INTERCEPTOR_ENTER(ctx, strvisx, dst, src, len, flag); 8666 int ret = REAL(strvisx)(dst, src, len, flag); 8853 COMMON_INTERCEPT_FUNCTION(strvisx); \
|