Home
last modified time | relevance | path

Searched refs:eor (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c410 uchar_t *eor; /* end of record */ in _nss_dns_gethost_withttl() local
654 eor = cp + n; in _nss_dns_gethost_withttl()
667 n = dn_expand(bom, eor, cp, aname, MAXHOSTNAMELEN); in _nss_dns_gethost_withttl()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c685 const u_char *eor; in gethostans() local
788 eor = cp + n; in gethostans()
800 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); in gethostans()
825 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); in gethostans()
875 n = dn_expand(ansbuf, eor, cp, bp, ep - bp); in gethostans()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c459 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() argument
461 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() argument
614 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()