Searched refs:pe2 (Results 1 – 2 of 2) sorted by relevance
124 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) in compare_protoent() argument128 if (pe1 == pe2) in compare_protoent()131 if ((pe1 == NULL) || (pe2 == NULL)) in compare_protoent()134 if ((strcmp(pe1->p_name, pe2->p_name) != 0) || in compare_protoent()135 (pe1->p_proto != pe2->p_proto)) in compare_protoent()139 c2 = pe2->p_aliases; in compare_protoent()141 if ((pe1->p_aliases == NULL) || (pe2->p_aliases == NULL)) in compare_protoent()157 dump_protoent(pe2); in compare_protoent()
8264 ENVELOPE **pe2 = (ENVELOPE **) p2; local8268 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;