Searched refs:tbuf (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | print.c | 53 char tbuf[256]; in file_mdump() local 160 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, 0)); in file_mdump() 167 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, in file_mdump() 174 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q, 0)); in file_mdump() 180 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q, in file_mdump() 187 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q, in file_mdump() 203 tbuf, sizeof(tbuf), m->value.us, m->type)); in file_mdump() 209 file_fmtdate(tbuf, sizeof(tbuf), m->value.h)); in file_mdump() 215 file_fmttime(tbuf, sizeof(tbuf), m->value.h)); in file_mdump() 219 file_fmtnum(tbuf, sizeof(tbuf), m->value.s, 8)); in file_mdump() [all …]
|
H A D | readcdf.c | 218 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() 228 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
|
H A D | softmagic.c | 597 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local 696 file_fmtdatetime(tbuf, sizeof(tbuf), p->l, 0)) == -1) in mprint() 705 file_fmtdatetime(tbuf, sizeof(tbuf), p->l, FILE_T_LOCAL)) in mprint() 714 file_fmtdatetime(tbuf, sizeof(tbuf), p->q, 0)) == -1) in mprint() 722 file_fmtdatetime(tbuf, sizeof(tbuf), p->q, FILE_T_LOCAL)) == -1) in mprint() 730 file_fmtdatetime(tbuf, sizeof(tbuf), p->q, FILE_T_WINDOWS)) in mprint() 820 file_fmtdate(tbuf, sizeof(tbuf), p->h)) == -1) in mprint() 827 file_fmttime(tbuf, sizeof(tbuf), p->h)) == -1) in mprint()
|
H A D | funcs.c | 137 char tbuf[1024]; in file_vprintf() local 142 if (file_checkfmt(tbuf, sizeof(tbuf), fmt)) { in file_vprintf() 144 file_error(ms, 0, "Bad magic format `%s' (%s)", fmt, tbuf); in file_vprintf()
|
H A D | cdf.c | 1506 char tbuf[26]; in cdf_dump_property_info() local 1509 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info() 1554 char tbuf[64], sbuf[256]; in cdf_dump_catalog() local 1562 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
|
/php-src/ext/standard/ |
H A D | string.c | 5112 tp = tbuf; 5138 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 5198 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 5203 if (php_tag_find(tbuf, tp-tbuf, allow)) { 5204 rp = zend_mempcpy(rp, tbuf, tp - tbuf); 5206 tp = tbuf; 5246 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 5285 tp = tbuf; 5343 tp = tbuf; 5390 tp = tbuf; [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 1196 cdf_ctime(&ts.tv_sec, tbuf)); 1896 char tbuf[1024];
|
Completed in 61 milliseconds