Searched defs:eor (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c371 uchar_t *eor; /* end of record */ local
520 eor = cp + n;
536 n = dn_expand(bom, eor, cp, aname,
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c689 const u_char *eor; local
792 eor = cp + n;
804 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf);
829 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf);
879 n = dn_expand(ansbuf, eor, cp, bp, ep - bp);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c614 flush_out(RECSTREAM *rstrm, bool_t eor) argument
616 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c2121 bin_tree_t *tree, *eor, *root;
2128 eor = create_tree (dfa, NULL, NULL, END_OF_RE);
2130 root = create_tree (dfa, tree, eor, CONCAT);
2132 root = eor;
2133 if (BE (eor == NULL || root == NULL, 0))
2112 bin_tree_t *tree, *eor, *root; local

Completed in 45 milliseconds