Home
last modified time | relevance | path

Searched refs:nvis (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libc-vis/
H A Dvis.h89 char *nvis(char *, size_t, int, int, int);
H A Dvis.c781 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) in nvis() function
/freebsd/contrib/ntp/ntpd/
H A Djupiter.h146 u_short nvis; /* number of visible satellites */ member
/freebsd/lib/libc/gen/
H A DSymbol.map371 nvis;
H A DMakefile.inc542 MLINKS+=vis.3 nvis.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8966 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); \