Searched refs:pe2 (Results 1 – 3 of 3) sorted by relevance
130 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) in compare_protoent() argument134 if (pe1 == pe2) in compare_protoent()137 if ((pe1 == NULL) || (pe2 == NULL)) in compare_protoent()140 if ((strcmp(pe1->p_name, pe2->p_name) != 0) || in compare_protoent()141 (pe1->p_proto != pe2->p_proto)) in compare_protoent()145 c2 = pe2->p_aliases; in compare_protoent()147 if ((pe1->p_aliases == NULL) || (pe2->p_aliases == NULL)) in compare_protoent()163 dump_protoent(pe2); in compare_protoent()
156 const struct set_element * const *pe2 = p2; in ctor_cmp() local165 n2 = (*pe2)->name; in ctor_cmp()184 if (pe1 < pe2) in ctor_cmp()186 else if (pe1 > pe2) in ctor_cmp()
8012 ENVELOPE **pe2 = (ENVELOPE **) p2; local8016 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;