Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/win32/
H A Dglob.c349 Char *b, *eb; in globtilde() local
355 eb = &patbuf[patbuf_len - 1]; in globtilde()
357 h < (char *)eb && *p && *p != SLASH; *h++ = (char) *p++) in globtilde()
363 if (h == (char *)eb) in globtilde()
397 for (b = patbuf; b < eb && *h; *b++ = *h++) in globtilde()
401 while (b < eb && (*b++ = *p++) != EOS) in globtilde()
/PHP-8.3/ext/standard/tests/strings/
H A Dstrtolower.phpt289 eb => eb
H A Dstrtoupper1.phpt292 eb => eb
H A Dhtml_entity_decode_iso8859-15.phpt343 LATIN SMALL LETTER E WITH DIAERESIS: &#xEB; => eb
344 &#xEB; => eb
H A Dhtml_entity_decode_macroman.phpt392 &#xCE; => eb
478 LATIN CAPITAL LETTER I WITH CIRCUMFLEX: &#xCE; => eb
H A Dhtml_entity_decode_iso8859-5.phpt343 CYRILLIC SMALL LETTER YERU: &#x44B; => eb
H A Dhtml_entity_decode_win1251.phpt475 CYRILLIC SMALL LETTER EL: &#x43B; => eb
H A Dhtml_entity_decode_cp866.phpt471 CYRILLIC SMALL LETTER YERU: &#x44B; => eb
H A Dhtml_entity_decode_koi8-r.phpt471 CYRILLIC CAPITAL LETTER KA: &#x41A; => eb
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.c1151 if (b + l + sizeof(cep->f) > eb) { \
1164 const char *nb, *eb = b + ss * sst->sst_len; in cdf_unpack_catalog() local
1176 if (b > eb) in cdf_unpack_catalog()
1211 if (nb > eb) { in cdf_unpack_catalog()
H A Dsoftmagic.c1971 const unsigned char *eb = b + (ws ? maxlen : len); in file_strncmp() local
1987 if (b >= eb) { in file_strncmp()
2009 while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b)) in file_strncmp()
2020 while (b < eb && isspace(*b)) in file_strncmp()
/PHP-8.3/ext/hash/tests/
H A Dfnv1a32.phpt276 array( '"] 4JFTK>PAXMi[e#*S0sPGjCUIsHk=JI=^td4A#eb\\3M8yQBMb7~+', '50438792' ),
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch3071 - while (b < eb && isspace(*b))
3072 + while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b))

Completed in 33 milliseconds