mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-12 13:32:31 +00:00
int snprintf(char *str, size_t size, const char *format, ...) The functions snprintf() write at most size bytes (including the terminating null byte('\0')) to str. only when returned value of snprintf is non-negative and less than size, the string has been completely written. Tracked-On: #4087 Signed-off-by: Gao Junhao <junhao.gao@intel.com> Reviewed-by: Yonghua Huang <yonghua.huang@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com> |
||
---|---|---|
.. | ||
virtio | ||
ahci.c | ||
core.c | ||
gsi_sharing.c | ||
gvt.c | ||
hostbridge.c | ||
irq.c | ||
lpc.c | ||
npk.c | ||
passthrough.c | ||
platform_gsi_info.c | ||
uart.c | ||
wdt_i6300esb.c | ||
xhci.c |