Searched refs:vsnprintf (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/main/ |
H A D | snprintf.h | 108 #ifdef vsnprintf 109 #undef vsnprintf 111 #define vsnprintf ap_php_vsnprintf macro
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | zlog.c | 143 len = vsnprintf(buf, buf_size, fmt, ap); in zlog_external() 215 len += vsnprintf(buf + len, buf_size - len, fmt, args); in vzlog() 595 len = vsnprintf(buf, MAX_WRAPPING_PREFIX_LENGTH - 1, fmt, args); in zlog_stream_set_msg_prefix() 716 len = vsnprintf(sbuf, 1024, fmt, args); in zlog_stream_vformat()
|
/PHP-7.3/sapi/litespeed/ |
H A D | lscriu.c | 393 vsnprintf(buf, sizeof(buf), format, ap); in LSCRIU_Restored_Error()
|
H A D | lsapi_main.c | 544 vsnprintf(buf, sizeof(buf), fmt, ap);
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 79 vsnprintf(buf, sizeof(buf), fmt, ap); in trace()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regint.h | 132 #define xvsnprintf vsnprintf
|
/PHP-7.3/ext/intl/converter/ |
H A D | converter.c | 59 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
|
/PHP-7.3/ext/interbase/ |
H A D | interbase.c | 532 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
|
/PHP-7.3/Zend/ |
H A D | zend.c | 1506 vsnprintf(output_buf, 1024, format, args); in zend_output_debug_string()
|
/PHP-7.3/ext/snmp/ |
H A D | snmp.c | 504 vsnprintf(snmp_object->snmp_errstr, sizeof(snmp_object->snmp_errstr) - 1, format, args); in php_snmp_error()
|
/PHP-7.3/ |
H A D | configure.ac | 705 vsnprintf \
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 380 2007/06/04: [impl] add #ifndef vsnprintf into regint.h. 1764 2003/08/08: [impl] don't define macro vsnprintf for WIN32 platform,
|
Completed in 52 milliseconds