Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposerr.c83 char tbuf[35]; in regerror() local
94 xsnprintf(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode); in regerror()
95 s = tbuf; in regerror()
H A Dregparse.c1771 BBuf *tbuf; \
1774 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
1970 BBuf *tbuf; in and_cclass() local
1971 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass()
1977 pbuf = tbuf; in and_cclass()
2028 BBuf *tbuf; in or_cclass() local
2029 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass()
2035 pbuf = tbuf; in or_cclass()
4878 BBuf *tbuf; in clear_not_flag_cclass() local
4885 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
[all …]
/PHP-7.2/ext/standard/
H A Dstring.c4738 tp = tbuf;
4760 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4779 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4797 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4826 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4831 if (php_tag_find(tbuf, tp-tbuf, allow_actual)) {
4832 memcpy(rp, tbuf, tp-tbuf);
4880 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4905 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4964 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c218 char tbuf[64]; in cdf_file_property_info() local
220 cdf_print_elapsed_time(tbuf, in cdf_file_property_info()
221 sizeof(tbuf), tp); in cdf_file_property_info()
223 ", %s: %s", buf, tbuf) == -1) in cdf_file_property_info()
231 c = cdf_ctime(&sec, tbuf); in cdf_file_property_info()
H A Dsoftmagic.c442 char buf[128], tbuf[26], sbuf[512]; in mprint() local
578 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
588 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
597 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
606 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
615 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dcdf.c1496 char tbuf[26]; in cdf_dump_property_info() local
1499 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info()
1544 char tbuf[64], sbuf[256]; in cdf_dump_catalog() local
1552 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2864 - char tbuf[26];
2968 - file_fmttime(m->value.l, 0, tbuf));
2975 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf));
2981 - file_fmttime(m->value.q, 0, tbuf));
2987 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf));
2993 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf));
3197 - c = cdf_ctime(&ts.tv_sec, tbuf);
3202 + c = cdf_ctime(&sec, tbuf);
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1968 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())

Completed in 86 milliseconds