Searched refs:cend (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c110 const U8 *cend = s + (e->slen & 0x7f); local
111 if (cend <= send) {
132 if (s == cend) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c630 UCHAR cend = *p++; local
651 if (cend == L_('[') && *p == L_('.'))
681 cend = startp[1];
766 cend = wextra[1 + wextra[idx]];
771 cend = *((int32_t *) &extra[idx]);
776 cend = str[0];
786 if (!(flags & FNM_NOESCAPE) && cend == L_('\\'))
787 cend = *p++;
788 if (cend == L_('\0'))
790 cend
[all...]

Completed in 23 milliseconds