tbuf 218 ext/fileinfo/libmagic/readcdf.c char tbuf[64]; tbuf 224 ext/fileinfo/libmagic/readcdf.c cdf_print_elapsed_time(tbuf, tbuf 225 ext/fileinfo/libmagic/readcdf.c sizeof(tbuf), tp); tbuf 227 ext/fileinfo/libmagic/readcdf.c ", %s: %s", buf, tbuf) == -1) tbuf 235 ext/fileinfo/libmagic/readcdf.c c = cdf_ctime(&sec, tbuf); tbuf 384 ext/fileinfo/libmagic/softmagic.c char buf[128], tbuf[26]; tbuf 519 ext/fileinfo/libmagic/softmagic.c tbuf)) == -1) tbuf 529 ext/fileinfo/libmagic/softmagic.c file_fmttime(p->l, 0, tbuf)) == -1) tbuf 538 ext/fileinfo/libmagic/softmagic.c file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) tbuf 547 ext/fileinfo/libmagic/softmagic.c file_fmttime(p->q, 0, tbuf)) == -1) tbuf 556 ext/fileinfo/libmagic/softmagic.c file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) tbuf 1820 ext/mbstring/oniguruma/regparse.c BBuf *tbuf; \ tbuf 1823 ext/mbstring/oniguruma/regparse.c tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \ tbuf 2019 ext/mbstring/oniguruma/regparse.c BBuf *tbuf; tbuf 2020 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); tbuf 2026 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; tbuf 2077 ext/mbstring/oniguruma/regparse.c BBuf *tbuf; tbuf 2078 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); tbuf 2084 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; tbuf 4928 ext/mbstring/oniguruma/regparse.c BBuf *tbuf; tbuf 4935 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, cc->mbuf, &tbuf); tbuf 4939 ext/mbstring/oniguruma/regparse.c cc->mbuf = tbuf; tbuf 76 ext/mbstring/oniguruma/regposerr.c char tbuf[35]; tbuf 87 ext/mbstring/oniguruma/regposerr.c sprintf(tbuf, "undefined error code (%d)", posix_ecode); tbuf 88 ext/mbstring/oniguruma/regposerr.c s = tbuf; tbuf 4589 ext/standard/string.c char *tbuf, *buf, *p, *tp, *rp, c, lc; tbuf 4611 ext/standard/string.c tbuf = emalloc(PHP_TAG_BUF_SIZE + 1); tbuf 4612 ext/standard/string.c tp = tbuf; tbuf 4614 ext/standard/string.c tbuf = tp = NULL; tbuf 4632 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4633 ext/standard/string.c pos = tp - tbuf; tbuf 4634 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4635 ext/standard/string.c tp = tbuf + pos; tbuf 4651 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4652 ext/standard/string.c pos = tp - tbuf; tbuf 4653 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4654 ext/standard/string.c tp = tbuf + pos; tbuf 4669 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4670 ext/standard/string.c pos = tp - tbuf; tbuf 4671 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4672 ext/standard/string.c tp = tbuf + pos; tbuf 4698 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4699 ext/standard/string.c pos = tp - tbuf; tbuf 4700 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4701 ext/standard/string.c tp = tbuf + pos; tbuf 4705 ext/standard/string.c if (php_tag_find(tbuf, tp-tbuf, allow)) { tbuf 4706 ext/standard/string.c memcpy(rp, tbuf, tp-tbuf); tbuf 4707 ext/standard/string.c rp += tp-tbuf; tbuf 4709 ext/standard/string.c tp = tbuf; tbuf 4716 ext/standard/string.c tp = tbuf; tbuf 4722 ext/standard/string.c tp = tbuf; tbuf 4728 ext/standard/string.c tp = tbuf; tbuf 4752 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4753 ext/standard/string.c pos = tp - tbuf; tbuf 4754 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4755 ext/standard/string.c tp = tbuf + pos; tbuf 4777 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4778 ext/standard/string.c pos = tp - tbuf; tbuf 4779 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4780 ext/standard/string.c tp = tbuf + pos; tbuf 4836 ext/standard/string.c if (tp - tbuf >= PHP_TAG_BUF_SIZE) { tbuf 4837 ext/standard/string.c pos = tp - tbuf; tbuf 4838 ext/standard/string.c tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); tbuf 4839 ext/standard/string.c tp = tbuf + pos; tbuf 4853 ext/standard/string.c efree(tbuf);