Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregposerr.c69 char tbuf[35]; in regerror() local
79 sprintf(tbuf, "undefined error code (%d)", posix_ecode); in regerror()
80 s = tbuf; in regerror()
H A Dregparse.c1787 BBuf *tbuf; \
1790 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
1986 BBuf *tbuf; in and_cclass() local
1987 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass()
1993 pbuf = tbuf; in and_cclass()
2044 BBuf *tbuf; in or_cclass() local
2045 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass()
2051 pbuf = tbuf; in or_cclass()
H A DHISTORY1651 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
/PHP-5.3/ext/standard/
H A Dstring.c4325 tp = tbuf;
4347 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4366 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4384 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4410 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4415 if (php_tag_find(tbuf, tp-tbuf, allow)) {
4416 memcpy(rp, tbuf, tp-tbuf);
4464 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4489 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4548 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadcdf.c139 char tbuf[64]; local
140 cdf_print_elapsed_time(tbuf,
141 sizeof(tbuf), tp);
143 ", %s: %s", buf, tbuf) == -1)
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2572 char tbuf[64];
2573 cdf_print_elapsed_time(tbuf,
2574 sizeof(tbuf), tp);

Completed in 47 milliseconds