Searched refs:strnunvis (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | vis.h | 93 ssize_t strnunvis(char *, const char *, size_t)
|
| /freebsd/contrib/libc-vis/ |
| H A D | vis.h | 111 int strnunvis(char *, size_t, const char *);
|
| H A D | unvis.c | 563 strnunvis(char *dst, size_t dlen, const char *src) in strnunvis() function
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 375 strnunvis;
|
| H A D | Makefile.inc | 568 vis.3 strnunvis.3 \
|
| /freebsd/sbin/md5/ |
| H A D | md5.c | 383 if (strnunvis(rec->filename, filenamelen + 1, filename) < 0 || in gnu_check()
|
| /freebsd/usr.sbin/makefs/ |
| H A D | mtree.c | 986 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 1668 unvis_len = strnunvis(unvis_dir, sizeof(unvis_dir), in get_exportlist_one()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9325 INTERCEPTOR(int, strnunvis, char *dst, SIZE_T dlen, const char *src) { 9327 COMMON_INTERCEPTOR_ENTER(ctx, strnunvis, dst, dlen, src); 9330 int ret = REAL(strnunvis)(dst, dlen, src); 9374 COMMON_INTERCEPT_FUNCTION(strnunvis); \
|