MCPcopy 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
118int 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_addFunction · 0.85
ask_number_cliFunction · 0.85
snprintfFunction · 0.85
ask_numberFunction · 0.85
vaff_txtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected