Searched refs:svis (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 91 char *svis(char *, int, int, int, const char *);
|
H A D | vis.c | 699 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 116 #undef svis 117 #define svis(a,b,c,d,e) rk_svis(a,b,c,d,e)
|
H A D | vis.c | 89 __weak_alias(svis,_svis)
|
H A D | roken.h.in | 1071 #define svis rk_svis macro 1074 svis(char *, int, int, int, const char *);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 385 svis;
|
H A D | Makefile.inc | 556 vis.3 svis.3
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 974 /* 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 D | readelf.c | 400 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 D | sanitizer_common_interceptors.inc | 9047 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 D | ChangeLog | 453 - Implement svis(), strsvis(), strsvisx(), strunvisx().
|
/freebsd/crypto/heimdal/ |
H A D | configure | 17965 svis \ 20664 extern int svis (struct foo*); 20668 svis(&xx)
|