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

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c555 slp_prop_entry_t *pe, **pe2; local
584 pe2 = slp_tsearch((void *) pe, &slp_props, compare_props);
585 if (pe != *pe2) {
587 free((void *) (*pe2)->val);
588 (*pe2)->val = pe->val;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1903 =for apidoc A|I32|ibcmp_utf8|const char *s1|char **pe1|register UV l1|bool u1|const char *s2|char **pe2|register UV l2|bool u2
1912 If the pe1 and pe2 are non-NULL, the scanning pointers will be copied
1914 If the pointers behind pe1 or pe2 are non-NULL, they are the end
1928 Perl_ibcmp_utf8(pTHX_ const char *s1, char **pe1, register UV l1, bool u1, const char *s2, char **pe2, register UV l2, bool u2) argument
1945 if (pe2)
1946 e2 = *(U8**)pe2;
2004 if (pe2)
2005 *pe2 = (char*)p2;
H A Dproto.h283 PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, char **pe1, UV l1, bool u1, const char* b, char **pe2, UV l2, bool u2);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c1613 pool_set_pair(pool_elem_t *pe1, pool_elem_t *pe2) argument
1615 pe1->pe_pair = pe2;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c7997 ENVELOPE **pe2 = (ENVELOPE **) p2; local
8001 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;

Completed in 51 milliseconds