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

/freebsd-current/contrib/libc-vis/
H A Dvis.h113 int strunvisx(char *, const char *, int);
H A Dunvis.c551 strunvisx(char *dst, const char *src, int flag) function
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c81 ATF_REQUIRE(strunvisx(dstbuf, visbuf,
/freebsd-current/lib/libc/gen/
H A DMakefile.inc537 unvis.3 strunvisx.3
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9338 INTERCEPTOR(int, strunvisx, char *dst, const char *src, int flag) {
9340 COMMON_INTERCEPTOR_ENTER(ctx, strunvisx, dst, src, flag);
9343 int ret = REAL(strunvisx)(dst, src, flag);
9378 COMMON_INTERCEPT_FUNCTION(strunvisx); \

Completed in 122 milliseconds