Searched refs:strunvisx (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h114 int strunvisx(char *, const char *, int);
H A Dunvis.c552 strunvisx(char *dst, const char *src, int flag) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c81 ATF_REQUIRE(strunvisx(dstbuf, visbuf,
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc511 unvis.3 strunvisx.3
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8956 INTERCEPTOR(int, strunvisx, char *dst, const char *src, int flag) {
8958 COMMON_INTERCEPTOR_ENTER(ctx, strunvisx, dst, src, flag);
8961 int ret = REAL(strunvisx)(dst, src, flag);
8996 COMMON_INTERCEPT_FUNCTION(strunvisx); \

Completed in 73 milliseconds