MCPcopy Create free account
hub / github.com/apache/nuttx / vsnprintf

Function vsnprintf

include/stdio.h:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302fortify_function(vsnprintf) int vsnprintf(FAR char *buf, size_t size,
303 FAR const IPTR char *format,
304 va_list ap)
305{
306 fortify_assert(size <= fortify_size(buf, 0));
307 return __real_vsnprintf(buf, size, format, ap);
308}
309
310fortify_function(vsprintf) int vsprintf(FAR char *dest,
311 FAR const IPTR char *src,

Callers 9

host_systemFunction · 0.50
my_asprintfFunction · 0.50
clk_procfs_printfFunction · 0.50
goldfish_camera_sendFunction · 0.50
route_sprintfFunction · 0.50
fs_heap_asprintfFunction · 0.50
mount_sprintfFunction · 0.50
procfs_snprintfFunction · 0.50
procfs_sprintfFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected