Searched refs:vsnprintf (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/main/ |
H A D | snprintf.h | 101 #ifdef vsnprintf 102 #undef vsnprintf 104 #define vsnprintf ap_php_vsnprintf macro
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | syn.c | 124 ret = vsnprintf((char*) u->asm_buf + u->asm_buf_fill, avail, fmt, ap); in ud_asmprintf()
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | zlog.c | 146 len = vsnprintf(buf, buf_size, fmt, ap); in zlog_external() 220 len += vsnprintf(buf + len, buf_size - len, fmt, args); in vzlog() 597 len = vsnprintf(buf, MAX_WRAPPING_PREFIX_LENGTH - 1, fmt, args); in zlog_stream_set_msg_prefix() 729 len = vsnprintf(sbuf, 1024, fmt, args); in zlog_stream_vformat()
|
/PHP-8.3/sapi/litespeed/ |
H A D | lscriu.c | 384 vsnprintf(buf, sizeof(buf), format, ap); in LSCRIU_Restored_Error()
|
H A D | lsapi_main.c | 527 vsnprintf(buf, sizeof(buf), fmt, ap);
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 77 vsnprintf(buf, sizeof(buf), fmt, ap); in trace()
|
/PHP-8.3/ext/intl/converter/ |
H A D | converter.c | 56 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 209 vsnprintf(snmp_object->snmp_errstr, sizeof(snmp_object->snmp_errstr) - 1, format, args); in php_snmp_error()
|
/PHP-8.3/Zend/ |
H A D | zend.c | 1817 vsnprintf(output_buf, 1024, format, args); in zend_output_debug_string()
|
Completed in 39 milliseconds