mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-14 22:34:26 +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> |
||
---|---|---|
.. | ||
vhost.c | ||
virtio_audio.c | ||
virtio_block.c | ||
virtio_console.c | ||
virtio_coreu.c | ||
virtio_gpio.c | ||
virtio_hdcp.c | ||
virtio_hyper_dmabuf.c | ||
virtio_input.c | ||
virtio_ipu.c | ||
virtio_kernel.c | ||
virtio_mei.c | ||
virtio_net.c | ||
virtio_rnd.c | ||
virtio_rpmb.c | ||
virtio.c |