Searched refs:vsnprintf (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/ext/bcmath/libbcmath/src/ |
H A D | rt.c | 48 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_warn() 61 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_error()
|
/PHP-7.2/main/ |
H A D | snprintf.h | 110 #ifdef vsnprintf 111 #undef vsnprintf 113 #define vsnprintf ap_php_vsnprintf macro
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | zlog.c | 113 len = vsnprintf(buf, buf_size, fmt, ap); in vzlog() 160 len += vsnprintf(buf + len, buf_size - len, fmt, args); in vzlog()
|
/PHP-7.2/sapi/litespeed/ |
H A D | lscriu.c | 394 vsnprintf(buf, sizeof(buf), format, ap); in LSCRIU_Restored_Error()
|
H A D | lsapi_main.c | 555 vsnprintf(buf, sizeof(buf), fmt, ap);
|
/PHP-7.2/ext/com_dotnet/ |
H A D | com_wrapper.c | 81 vsnprintf(buf, sizeof(buf), fmt, ap); in trace()
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regint.h | 137 #define xvsnprintf vsnprintf
|
/PHP-7.2/ext/intl/converter/ |
H A D | converter.c | 55 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
|
/PHP-7.2/Zend/ |
H A D | zend.c | 1436 vsnprintf(output_buf, 1024, format, args); in zend_output_debug_string()
|
/PHP-7.2/ext/interbase/ |
H A D | interbase.c | 532 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
|
/PHP-7.2/ext/snmp/ |
H A D | snmp.c | 506 vsnprintf(snmp_object->snmp_errstr, sizeof(snmp_object->snmp_errstr) - 1, format, args); in php_snmp_error()
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 185 2007/06/04: [impl] add #ifndef vsnprintf into regint.h. 1569 2003/08/08: [impl] don't define macro vsnprintf for WIN32 platform,
|
/PHP-7.2/ |
H A D | configure.ac | 678 vsnprintf \
|
Completed in 69 milliseconds