Searched refs:nvis (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 89 char *nvis(char *, size_t, int, int, int);
|
H A D | vis.c | 781 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) in nvis() function
|
/freebsd/contrib/ntp/ntpd/ |
H A D | jupiter.h | 146 u_short nvis; /* number of visible satellites */ member
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 371 nvis;
|
H A D | Makefile.inc | 542 MLINKS+=vis.3 nvis.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 8966 INTERCEPTOR(char *, nvis, char *dst, SIZE_T dlen, int c, int flag, int nextc) { 8968 COMMON_INTERCEPTOR_ENTER(ctx, nvis, dst, dlen, c, flag, nextc); 8969 char *end = REAL(nvis)(dst, dlen, c, flag, nextc); 8970 // nvis cannot make sure the dst is NULL terminated 9197 COMMON_INTERCEPT_FUNCTION(nvis); \
|