Searched refs:nvis (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h90 char *nvis(char *, size_t, int, int, int);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Djupiter.h146 u_short nvis; /* number of visible satellites */ member in struct:jvis
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc512 MLINKS+=vis.3 nvis.3 \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8748 INTERCEPTOR(char *, nvis, char *dst, SIZE_T dlen, int c, int flag, int nextc) {
8750 COMMON_INTERCEPTOR_ENTER(ctx, nvis, dst, dlen, c, flag, nextc);
8751 char *end = REAL(nvis)(dst, dlen, c, flag, nextc);
8752 // nvis cannot make sure the dst is NULL terminated
8979 COMMON_INTERCEPT_FUNCTION(nvis); \
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c4243 unsigned char hvis, symvis, other, nvis;
4253 nvis = symvis;
4255 nvis = hvis;
4257 nvis = hvis < symvis ? hvis : symvis;
4259 h->other = other | nvis;
4234 unsigned char hvis, symvis, other, nvis; local

Completed in 233 milliseconds