Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposerr.c86 char tbuf[35]; in regerror() local
97 xsnprintf(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode); in regerror()
98 s = tbuf; in regerror()
H A Dregparse.c3547 BBuf *tbuf; \
3550 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
3745 BBuf *tbuf; in and_cclass() local
3746 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass()
3752 pbuf = tbuf; in and_cclass()
3802 BBuf *tbuf; in or_cclass() local
3803 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass()
3809 pbuf = tbuf; in or_cclass()
7752 BBuf *tbuf; in clear_not_flag_cclass() local
7759 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
[all …]
/PHP-7.3/ext/fileinfo/libmagic/
H A Dprint.c56 char tbuf[26]; in file_mdump() local
160 file_fmttime(m->value.l, 0, tbuf)); in file_mdump()
167 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); in file_mdump()
173 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
179 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
185 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
H A Dreadcdf.c224 char tbuf[64]; in cdf_file_property_info() local
226 cdf_print_elapsed_time(tbuf, in cdf_file_property_info()
227 sizeof(tbuf), tp); in cdf_file_property_info()
229 ", %s: %s", buf, tbuf) == -1) in cdf_file_property_info()
234 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
H A Dsoftmagic.c509 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local
651 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
661 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
670 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
679 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
688 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dcdf.c1474 char tbuf[26]; in cdf_dump_property_info() local
1477 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info()
1522 char tbuf[64], sbuf[256]; in cdf_dump_catalog() local
1530 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
/PHP-7.3/ext/standard/
H A Dstring.c5073 tp = tbuf;
5111 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5171 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5176 if (php_tag_find(tbuf, tp-tbuf, allow_actual)) {
5177 memcpy(rp, tbuf, tp-tbuf);
5180 tp = tbuf;
5220 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5259 tp = tbuf;
5317 tp = tbuf;
5364 tp = tbuf;
[all …]
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY2163 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1635 cdf_ctime(&ts.tv_sec, tbuf));

Completed in 86 milliseconds