Home
last modified time | relevance | path

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

/trueos/tools/regression/lib/libc/nss/
HDtest-getproto.c130 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) in compare_protoent() argument
134 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()
/trueos/contrib/binutils/ld/
HDldctor.c156 const struct set_element * const *pe2 = p2; in ctor_cmp() local
165 n2 = (*pe2)->name; in ctor_cmp()
184 if (pe1 < pe2) in ctor_cmp()
186 else if (pe1 > pe2) in ctor_cmp()
/trueos/contrib/sendmail/src/
HDqueue.c8012 ENVELOPE **pe2 = (ENVELOPE **) p2; local
8016 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;