Home
last modified time | relevance | path

Searched refs:pe2 (Results 1 – 4 of 4) 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/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra234-pinmux-common.yaml37 eth1, dp, eth3, i2c4, i2c7, i2c9, eqos, pe2, pe1, pe0, pe3,
H A Dnvidia,tegra194-pinmux.yaml38 nv, pe0, pe1, pe2, pe3, pe4, pe5, qspi, qspi0, qspi1, rsvd0,
/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;