Searched refs:tbuf (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regposerr.c | 76 char tbuf[35]; in regerror() local 87 sprintf(tbuf, "undefined error code (%d)", posix_ecode); in regerror() 88 s = tbuf; in regerror()
|
H A D | regparse.c | 1823 BBuf *tbuf; \ 1826 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \ 2022 BBuf *tbuf; in and_cclass() local 2023 r = not_code_range_buf(enc, pbuf, &tbuf); in and_cclass() 2029 pbuf = tbuf; in and_cclass() 2080 BBuf *tbuf; in or_cclass() local 2081 r = not_code_range_buf(enc, pbuf, &tbuf); in or_cclass() 2087 pbuf = tbuf; in or_cclass() 4939 BBuf *tbuf; in clear_not_flag_cclass() local 4946 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass() [all …]
|
H A D | HISTORY | 1880 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
|
/PHP-7.1/ext/standard/ |
H A D | string.c | 4653 tp = tbuf; 4675 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4694 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4712 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4741 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4746 if (php_tag_find(tbuf, tp-tbuf, allow_actual)) { 4747 memcpy(rp, tbuf, tp-tbuf); 4795 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4820 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); 4879 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1); [all …]
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 214 char tbuf[64]; in cdf_file_property_info() local 216 cdf_print_elapsed_time(tbuf, in cdf_file_property_info() 217 sizeof(tbuf), tp); in cdf_file_property_info() 219 ", %s: %s", buf, tbuf) == -1) in cdf_file_property_info() 227 c = cdf_ctime(&sec, tbuf); in cdf_file_property_info()
|
H A D | softmagic.c | 409 char buf[128], tbuf[26], sbuf[512]; in mprint() local 545 file_fmttime(p->l, 0, tbuf)) == -1) in mprint() 555 file_fmttime(p->l, FILE_T_LOCAL, tbuf)) == -1) in mprint() 564 file_fmttime(p->q, 0, tbuf)) == -1) in mprint() 573 file_fmttime(p->q, FILE_T_LOCAL, tbuf)) == -1) in mprint() 582 file_fmttime(p->q, FILE_T_WINDOWS, tbuf)) == -1) in mprint()
|
H A D | cdf.c | 1372 char tbuf[26]; in cdf_dump_property_info() local 1375 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_property_info() 1420 char tbuf[64], sbuf[256]; in cdf_dump_catalog() local 1428 cdf_ctime(&ts.tv_sec, tbuf)); in cdf_dump_catalog()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 2894 - char tbuf[26]; 2998 - file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); 3005 - file_fmttime(m->value.l, 0, tbuf)); 3011 - file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); 3017 - file_fmttime(m->value.q, 0, tbuf)); 3023 - file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); 3241 - c = cdf_ctime(&ts.tv_sec, tbuf); 3246 + c = cdf_ctime(&sec, tbuf);
|
Completed in 52 milliseconds