Searched refs:strsvis (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h99 int strsvis(char *, const char *, int, const char *);
/freebsd-11-stable/tools/build/
H A DMakefile22 _WITH_STRSVIS!= grep -c strsvis /usr/include/vis.h || true
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c85 __weak_alias(strsvis,_strsvis)
275 * strsvis, strsvisx - visually encode characters from src into dst
401 rv = strsvis(dst, src, flag, extra);
/freebsd-11-stable/contrib/mtree/
H A Dspec.c426 * strsvis(3) encodes path, which must not be longer than MAXPATHLEN
439 strsvis(pathbuf, path, VIS_CSTYLE, extra);
441 strsvis(pathbuf, path, VIS_OCTAL, extra_glob);
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc522 vis.3 strsvis.3 \
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1395 /* Buffer for strsvis(3). */
1423 strsvis(buf, p, VIS_OCTAL, extra);
1433 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure17960 strsvis \
20468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strsvis needs a prototype" >&5
20469 $as_echo_n "checking if strsvis needs a prototype... " >&6; }
20479 extern int strsvis (struct foo*);
20483 strsvis(&xx)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8852 INTERCEPTOR(int, strsvis, char *dst, const char *src, int flag,
8855 COMMON_INTERCEPTOR_ENTER(ctx, strsvis, dst, src, flag, extra);
8860 int len = REAL(strsvis)(dst, src, flag, extra);
8988 COMMON_INTERCEPT_FUNCTION(strsvis); \

Completed in 287 milliseconds