Searched refs:strunvisx (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/libc-vis/ |
| H A D | vis.h | 113 int strunvisx(char *, const char *, int);
|
| H A D | unvis.c | 551 strunvisx(char *dst, const char *src, int flag) in strunvisx() function
|
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_vis.c | 81 ATF_REQUIRE(strunvisx(dstbuf, visbuf, in ATF_TC_BODY()
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 288 strunvisx;
|
| H A D | Makefile.inc | 563 unvis.3 strunvisx.3
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9335 INTERCEPTOR(int, strunvisx, char *dst, const char *src, int flag) { 9337 COMMON_INTERCEPTOR_ENTER(ctx, strunvisx, dst, src, flag); 9340 int ret = REAL(strunvisx)(dst, src, flag); 9375 COMMON_INTERCEPT_FUNCTION(strunvisx); \
|
| /freebsd/contrib/tnftp/ |
| H A D | ChangeLog | 453 - Implement svis(), strsvis(), strsvisx(), strunvisx().
|