Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregposerr.c76 char tbuf[35]; in regerror() local
87 sprintf(tbuf, "undefined error code (%d)", posix_ecode); in regerror()
88 s = tbuf; in regerror()
H A Dregparse.c1823 BBuf *tbuf; \
1826 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
2022 BBuf *tbuf; in and_cclass() local
2023 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass()
2029 pbuf = tbuf; in and_cclass()
2080 BBuf *tbuf; in or_cclass() local
2081 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass()
2087 pbuf = tbuf; in or_cclass()
4939 BBuf *tbuf; in clear_not_flag_cclass() local
4946 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
[all …]
H A DHISTORY1875 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
/PHP-5.6/ext/fileinfo/libmagic/
H A Dreadcdf.c218 char tbuf[64]; local
224 cdf_print_elapsed_time(tbuf,
225 sizeof(tbuf), tp);
227 ", %s: %s", buf, tbuf) == -1)
235 c = cdf_ctime(&sec, tbuf);
H A Dsoftmagic.c384 char buf[128], tbuf[26]; in mprint() local
519 tbuf)) == -1) in mprint()
529 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
538 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
547 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
556 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
/PHP-5.6/ext/standard/
H A Dstring.c4642 tp = tbuf;
4664 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4683 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4701 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4730 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4735 if (php_tag_find(tbuf, tp-tbuf, allow)) {
4736 memcpy(rp, tbuf, tp-tbuf);
4784 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4809 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4868 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2571 - char tbuf[26];
2675 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
2682 - file_fmttime(m->value.l, 0, tbuf));
2687 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
2693 - file_fmttime(m->value.q, 0, tbuf));
2699 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));
2879 - char tbuf[64];
2881 + char tbuf[64];
2887 cdf_print_elapsed_time(tbuf,
2888 sizeof(tbuf), tp);
[all …]

Completed in 67 milliseconds