Searched refs:pe2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetproto_test.c127 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) argument
131 if (pe1 == pe2)
134 if ((pe1 == NULL) || (pe2 == NULL))
137 if ((strcmp(pe1->p_name, pe2->p_name) != 0) ||
138 (pe1->p_proto != pe2->p_proto))
142 c2 = pe2->p_aliases;
144 if ((pe1->p_aliases == NULL) || (pe2->p_aliases == NULL))
160 dump_protoent(pe2);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldctor.c156 const struct set_element * const *pe2 = p2; local
165 n2 = (*pe2)->name;
184 if (pe1 < pe2)
186 else if (pe1 > pe2)
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c8201 ENVELOPE **pe2 = (ENVELOPE **) p2; local
8205 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;

Completed in 132 milliseconds