Searched refs:zeroes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c216 static char zeroes[PADSIZE] = local
735 ** After any left-hand padding and prefixing, emit zeroes
737 ** string proper, then emit zeroes required by any leftover
768 PAD(width - realsz, zeroes);
770 /* leading zeroes from decimal precision */
771 PAD(dprec - size, zeroes);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1864 static struct in6_addr zeroes; /* inits to all zeros */ local
1877 !IN6_ARE_ADDR_EQUAL(&faddr6->sin6_addr, &zeroes)) ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3220 struct in6_addr zeroes = {0, 0, 0, 0}; local
3236 ptr[0] = (char *)&zeroes.s6_addr;
3242 ptr[0] = (char *)&zeroes.s6_addr;

Completed in 76 milliseconds