Searched defs:littleend (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c284 register const char *littleend = lend; local
286 if (!first && little >= littleend)
288 if (bigend - big < littleend - little)
290 bigend -= littleend - little++;
294 for (x=big,s=little; s < littleend; /**/ ) {
300 if (s >= littleend)
314 register const char *littleend = lend; local
316 if (!first && little >= littleend)
319 big = bigend - (littleend - little++);
323 for (x=big+2,s=little; s < littleend; /**/ ) {
635 register unsigned char *littleend; local
[all...]

Completed in 29 milliseconds