Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cgsecurity/testdisk
/ vsnprintf
Function
vsnprintf
src/common.c:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
#ifndef HAVE_VSNPRINTF
118
int vsnprintf(char *str, size_t size, const char *format, va_list ap)
119
{
120
return vsprintf(str,format,ap);
121
}
122
#endif
123
124
#ifndef HAVE_STRNCASECMP
Callers
5
screen_buffer_add
Function · 0.85
ask_number_cli
Function · 0.85
snprintf
Function · 0.85
ask_number
Function · 0.85
vaff_txt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected