Home
last modified time | relevance | path

Searched refs:svis (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/libc-vis/
H A Dvis.h91 char *svis(char *, int, int, int, const char *);
H A Dvis.c699 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis() function
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin116 #undef svis
117 #define svis(a,b,c,d,e) rk_svis(a,b,c,d,e)
H A Dvis.c89 __weak_alias(svis,_svis)
H A Droken.h.in1071 #define svis rk_svis macro
1074 svis(char *, int, int, int, const char *);
/freebsd/lib/libc/gen/
H A DSymbol.map385 svis;
H A DMakefile.inc556 vis.3 svis.3
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in974 /* Define to 1 if you have the `svis' function. */
1392 /* define if the system is missing a prototype for svis() */
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c400 static const char *st_vis(unsigned int svis);
1089 st_vis(unsigned int svis) in st_vis() argument
1093 switch(svis) { in st_vis()
1099 snprintf(s_svis, sizeof(s_svis), "<unknown: %#x>", svis); in st_vis()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9047 INTERCEPTOR(char *, svis, char *dst, int c, int flag, int nextc,
9050 COMMON_INTERCEPTOR_ENTER(ctx, svis, dst, c, flag, nextc, extra);
9053 char *end = REAL(svis)(dst, c, flag, nextc, extra);
9204 COMMON_INTERCEPT_FUNCTION(svis); \
/freebsd/contrib/tnftp/
H A DChangeLog453 - Implement svis(), strsvis(), strsvisx(), strunvisx().
/freebsd/crypto/heimdal/
H A Dconfigure17965 svis \
20664 extern int svis (struct foo*);
20668 svis(&xx)