Searched refs:asprintf (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 98 ZEND_IGNORE_VALUE(asprintf(pointer, "%s", param->str)); in phpdbg_param_tostring() 102 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_ULONG_FMT, param->addr)); in phpdbg_param_tostring() 106 ZEND_IGNORE_VALUE(asprintf(pointer, "%li", param->num)); in phpdbg_param_tostring() 110 ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s", param->method.class, param->method.name)); in phpdbg_param_tostring() 115 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu#%lu", param->file.name, param->file.line, param->num)); in phpdbg_param_tostring() 117 ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu", param->file.name, param->file.line)); in phpdbg_param_tostring() 122 ZEND_IGNORE_VALUE(asprintf(pointer, "%s#%lu", param->str, param->num)); in phpdbg_param_tostring() 126 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s#%lu", param->method.class, param->method.name, param->… in phpdbg_param_tostring()
|
H A D | phpdbg_utils.c | 310 ZEND_IGNORE_VALUE(asprintf(&PHPDBG_G(prompt)[1], "\033[%sm%s\033[0m ", in phpdbg_get_prompt() 316 ZEND_IGNORE_VALUE(asprintf(&PHPDBG_G(prompt)[1], "%s ", PHPDBG_G(prompt)[0])); in phpdbg_get_prompt()
|
H A D | phpdbg_prompt.c | 355 ZEND_IGNORE_VALUE(asprintf(&sys_ini, "%s/" PHPDBG_INIT_FILENAME, PHP_CONFIG_FILE_PATH)); in phpdbg_init() 374 ZEND_IGNORE_VALUE(asprintf(&init_file, "%s/%s", scan_dir, PHPDBG_INIT_FILENAME)); in phpdbg_init()
|
/PHP-7.2/main/ |
H A D | snprintf.h | 120 #define asprintf ap_php_asprintf macro
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 495 - if (asprintf(&mfn, "%s/%s", fn, d->d_name) < 0) { 900 - if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0) 915 - if (asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext) < 0) 1584 -int asprintf(char **, const char *, ...); 1996 - len = asprintf(&newstr, "%s%s", ms->o.buf, buf); 2406 - if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) 2485 - if (asprintf(&hmagicpath, "%s/.magic.mgc", home) < 0) 2489 - if (asprintf(&hmagicpath, "%s/.magic", home) < 0) 2495 - if (asprintf(&hmagicpath, "%s/%s", home, hmagic) < 0) 2502 - if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
|
/PHP-7.2/ |
H A D | configure.ac | 680 asprintf \
|
Completed in 29 milliseconds