Searched refs:eor (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 417 uchar_t *eor; /* end of record */ in _nss_dns_gethost_withttl() local 661 eor = cp + n; in _nss_dns_gethost_withttl() 674 n = dn_expand(bom, eor, cp, aname, MAXHOSTNAMELEN); in _nss_dns_gethost_withttl()
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_ho.c | 689 const u_char *eor; in gethostans() local 792 eor = cp + n; in gethostans() 804 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); in gethostans() 829 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); in gethostans() 879 n = dn_expand(ansbuf, eor, cp, bp, ep - bp); in gethostans()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | xdr_rec.c | 459 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() argument 461 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 614 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() argument 616 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
|