Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c56 char tbuf[26]; in file_mdump() local
162 file_fmttime(m->value.l, 0, tbuf)); in file_mdump()
169 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); in file_mdump()
175 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
181 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
187 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
H A Dreadcdf.c220 char tbuf[64]; in cdf_file_property_info() local
222 cdf_print_elapsed_time(tbuf, in cdf_file_property_info()
223 sizeof(tbuf), tp); in cdf_file_property_info()
225 ", %s: %s", buf, tbuf) == -1) in cdf_file_property_info()
230 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
H A Dsoftmagic.c556 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local
701 file_fmttime(p->l, 0, tbuf)) == -1) in mprint()
711 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint()
720 file_fmttime(p->q, 0, tbuf)) == -1) in mprint()
729 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint()
738 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
H A Dcdf.c1481 char tbuf[26]; in cdf_dump_property_info() local
1484 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info()
1529 char tbuf[64], sbuf[256]; in cdf_dump_catalog() local
1537 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
/PHP-7.4/ext/standard/
H A Dstring.c5189 tp = tbuf;
5227 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5287 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5292 if (php_tag_find(tbuf, tp-tbuf, allow)) {
5293 memcpy(rp, tbuf, tp-tbuf);
5296 tp = tbuf;
5336 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5375 tp = tbuf;
5433 tp = tbuf;
5480 tp = tbuf;
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1335 cdf_ctime(&ts.tv_sec, tbuf));

Completed in 42 milliseconds