Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ snprintf
Function
snprintf
src/console/vsprintf.c:35–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int snprintf(char *buf, size_t size, const char *fmt, ...)
36
{
37
va_list args;
38
int i;
39
40
va_start(args, fmt);
41
i = vsnprintf(buf, size, fmt, args);
42
va_end(args);
43
44
return i;
45
}
Callers
15
smbios_processor_manufacturer
Function · 0.50
smbios_processor_name
Function · 0.50
smbios_write_type4
Function · 0.50
smbios_write_type4
Function · 0.50
smbios_fill_dimm_locator
Function · 0.50
smbios_fill_dimm_locator
Function · 0.50
mainboard_init
Function · 0.50
qemu_aarch64_scan_bus
Function · 0.50
smbios_mainboard_serial_number
Function · 0.50
update_power_limit_helptext
Function · 0.50
smbios_mainboard_serial_number
Function · 0.50
smbios_system_sku
Function · 0.50
Calls
1
vsnprintf
Function · 0.70
Tested by
5
__bdk_dram_report_address_decode
Function · 0.40
__bdk_dram_report_address_decode_new
Function · 0.40
__bdk_dram_report_error
Function · 0.40
__bdk_dram_report_error2
Function · 0.40
setup_ulzman_file
Function · 0.40