Home
last modified time | relevance | path

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

/PHP-5.5/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.c1812 BBuf *tbuf; \
1815 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
2011 BBuf *tbuf; in and_cclass() local
2012 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass()
2018 pbuf = tbuf; in and_cclass()
2069 BBuf *tbuf; in or_cclass() local
2070 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass()
2076 pbuf = tbuf; in or_cclass()
4926 BBuf *tbuf; in clear_not_flag_cclass() local
4933 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
[all …]
H A DHISTORY1856 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
/PHP-5.5/ext/fileinfo/libmagic/
H A Dreadcdf.c134 char tbuf[64]; local
140 cdf_print_elapsed_time(tbuf,
141 sizeof(tbuf), tp);
143 ", %s: %s", buf, tbuf) == -1)
151 c = cdf_ctime(&sec, tbuf);
H A Dsoftmagic.c368 char buf[128], tbuf[26]; in mprint() local
487 tbuf)) == -1) in mprint()
496 if (file_printf(ms, m->desc, file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
505 tbuf)) == -1) in mprint()
513 if (file_printf(ms, m->desc, file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
522 tbuf)) == -1) in mprint()
/PHP-5.5/ext/standard/
H A Dstring.c4635 tp = tbuf;
4657 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4676 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4694 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4720 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4725 if (php_tag_find(tbuf, tp-tbuf, allow)) {
4726 memcpy(rp, tbuf, tp-tbuf);
4774 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4799 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4858 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2605 - char tbuf[26];
2709 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
2716 - file_fmttime(m->value.l, 0, tbuf));
2721 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
2727 - file_fmttime(m->value.q, 0, tbuf));
2733 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));
2840 - char tbuf[64];
2842 + char tbuf[64];
2848 cdf_print_elapsed_time(tbuf,
2849 sizeof(tbuf), tp);
[all …]

Completed in 72 milliseconds