Searched refs:asprintf (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | magic.c | 114 if (asprintf(&hmagicpath, "%s/.magic.mgc", home) < 0) 118 if (asprintf(&hmagicpath, "%s/.magic", home) < 0) 124 if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0) 131 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0) 150 if (asprintf(&hmagicp, "%s%c%s", hmagicpath, \ 169 if (asprintf(&tmppath, 174 if (asprintf(&tmppath, "%s%s", home, hmagic) < 0) 182 if (asprintf(&tmppath, "%s%s", home, hmagic) >= 0) 193 if (asprintf(&tmppath, 197 if (asprintf(&tmppath, [all …]
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 97 asprintf(pointer, in phpdbg_param_tostring() 102 asprintf(pointer, in phpdbg_param_tostring() 483 asprintf(why, in phpdbg_stack_verify() 504 asprintf(why, \ in phpdbg_stack_verify() 512 asprintf(why, \ in phpdbg_stack_verify() 555 asprintf(why, in phpdbg_stack_verify() 611 asprintf( in phpdbg_stack_resolve() 653 asprintf( in phpdbg_stack_resolve() 676 asprintf( in phpdbg_stack_execute() 682 asprintf( in phpdbg_stack_execute() [all …]
|
H A D | phpdbg_opcode.c | 49 asprintf(&decode, "$%s", ops->vars[op->var].name); in phpdbg_decode_op() 64 asprintf(&decode, "@%lu", id); in phpdbg_decode_op() 68 asprintf(&decode, "C%u", phpdbg_decode_literal(ops, op->literal TSRMLS_CC)); in phpdbg_decode_op() 72 asprintf(&decode, "<unused>"); in phpdbg_decode_op() 90 asprintf(&decode[1], "J%ld", op->op1.jmp_addr - ops->opcodes); in phpdbg_decode_opline() 95 asprintf( in phpdbg_decode_opline() 111 asprintf( in phpdbg_decode_opline() 124 asprintf( in phpdbg_decode_opline()
|
H A D | phpdbg_utils.c | 309 asprintf( in phpdbg_rlog() 311 asprintf( in phpdbg_rlog() 406 asprintf( in phpdbg_get_prompt() 413 asprintf( in phpdbg_get_prompt()
|
H A D | phpdbg_watch.c | 189 new_watch->name_in_parent_len = asprintf(&new_watch->name_in_parent, "%ld", Z_LVAL(key)); in phpdbg_create_recursive_watchpoint() 193 …new_watch->str_len = asprintf(&new_watch->str, "%.*s%s%s%s", (int)watch->str_len, watch->str, Z_TY… in phpdbg_create_recursive_watchpoint() 208 new_watch->str_len = asprintf(&new_watch->str, "%.*s[]", (int)watch->str_len, watch->str); in phpdbg_create_recursive_watchpoint() 239 …str_len = asprintf(&str, "%.*s%s%s%s", (int)watch->parent->str_len, watch->parent->str, Z_TYPE_P(w… in phpdbg_delete_watchpoint_recursive() 241 …str_len = asprintf(&str, "%.*s%s%li%s", (int)watch->parent->str_len, watch->parent->str, Z_TYPE_P(… in phpdbg_delete_watchpoint_recursive()
|
H A D | phpdbg_prompt.c | 318 asprintf( in phpdbg_init()
|
/PHP-5.6/main/ |
H A D | snprintf.h | 119 #define asprintf ap_php_asprintf macro
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 398 - if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) { 779 - if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0) 794 - if (asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext) < 0) 1476 -int asprintf(char **, const char *, ...); 1875 - len = asprintf(&newstr, "%s%s", ms->o.buf, buf); 2252 - if (asprintf(&hmagicpath, "%s/.magic", home) < 0) 2253 + if (asprintf(&hmagicpath, "%s/.magic", home) < 0) 2259 + if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0) 2266 - if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0) 2274 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
|
/PHP-5.6/ |
H A D | configure.in | 689 asprintf \
|
Completed in 37 milliseconds