Home
last modified time | relevance | path

Searched refs:pe2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/tests/nss/
H A Dgetproto_test.c124 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) in compare_protoent() argument
128 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()
/freebsd/contrib/sendmail/src/
H A Dqueue.c8264 ENVELOPE **pe2 = (ENVELOPE **) p2; local
8268 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;