Searched refs:pe1 (Results 1 - 4 of 4) sorted by relevance

/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
1941 if (pe1)
1942 e1 = *(U8**)pe1;
2002 if (pe1)
2003 *pe1 = (char*)p1;
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.c7996 ENVELOPE **pe1 = (ENVELOPE **) p1; local
8000 fs1 = Queue[(*pe1)->e_qgrp]->qg_qpaths[(*pe1)->e_qdir].qp_fsysidx;

Completed in 58 milliseconds