Searched refs:strsvis (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/libc-vis/ |
| H A D | vis.h | 98 int strsvis(char *, const char *, int, const char *);
|
| H A D | vis.c | 729 strsvis(char *mbdst, const char *mbsrc, int flags, const char *mbextra) in strsvis() function
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | vis.c | 85 __weak_alias(strsvis,_strsvis) 401 rv = strsvis(dst, src, flag, extra); in rk_strvis()
|
| H A D | vis.hin | 126 #undef strsvis 127 #define strsvis(a,b,c,d) rk_strsvis(a,b,c,d)
|
| H A D | roken.h.in | 1031 #define strsvis rk_strsvis macro 1034 strsvis(char *, const char *, int, const char *);
|
| /freebsd/contrib/mtree/ |
| H A D | spec.c | 440 strsvis(pathbuf, path, VIS_CSTYLE, extra); in vispath() 442 strsvis(pathbuf, path, VIS_OCTAL, extra_glob); in vispath()
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 382 strsvis;
|
| H A D | Makefile.inc | 575 vis.3 strsvis.3 \
|
| /freebsd/tools/build/ |
| H A D | Makefile | 72 _WITH_STRSVIS!= grep -c strsvis ${HOST_INCLUDE_ROOT}/vis.h 2>/dev/null || true
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 875 /* 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 D | sanitizer_common_interceptors.inc | 9231 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 D | ChangeLog | 453 - Implement svis(), strsvis(), strsvisx(), strunvisx().
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 17960 strsvis \ 20479 extern int strsvis (struct foo*); 20483 strsvis(&xx)
|