Home
last modified time | relevance | path

Searched refs:strsvis (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libc-vis/
H A Dvis.h98 int strsvis(char *, const char *, int, const char *);
H A Dvis.c729 strsvis(char *mbdst, const char *mbsrc, int flags, const char *mbextra) in strsvis() function
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c85 __weak_alias(strsvis,_strsvis)
401 rv = strsvis(dst, src, flag, extra); in rk_strvis()
H A Dvis.hin126 #undef strsvis
127 #define strsvis(a,b,c,d) rk_strsvis(a,b,c,d)
H A Droken.h.in1031 #define strsvis rk_strsvis macro
1034 strsvis(char *, const char *, int, const char *);
/freebsd/contrib/mtree/
H A Dspec.c440 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath()
442 strsvis(pathbuf, path, VIS_OCTAL, extra_glob); in vispath()
/freebsd/lib/libc/gen/
H A DSymbol.map382 strsvis;
H A DMakefile.inc575 vis.3 strsvis.3 \
/freebsd/tools/build/
H A DMakefile72 _WITH_STRSVIS!= grep -c strsvis ${HOST_INCLUDE_ROOT}/vis.h 2>/dev/null || true
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in875 /* Define to 1 if you have the `strsvis' function. */
1377 /* define if the system is missing a prototype for strsvis() */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9231 INTERCEPTOR(int, strsvis, char *dst, const char *src, int flag,
9234 COMMON_INTERCEPTOR_ENTER(ctx, strsvis, dst, src, flag, extra);
9239 int len = REAL(strsvis)(dst, src, flag, extra);
9367 COMMON_INTERCEPT_FUNCTION(strsvis); \
/freebsd/contrib/tnftp/
H A DChangeLog453 - Implement svis(), strsvis(), strsvisx(), strunvisx().
/freebsd/crypto/heimdal/
H A Dconfigure17960 strsvis \
20479 extern int strsvis (struct foo*);
20483 strsvis(&xx)