MCPcopy Create free account
hub / github.com/MariaDB/server / my_fprintf

Function my_fprintf

strings/my_vsnprintf.c:868–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868int my_fprintf(FILE *stream, const char* format, ...)
869{
870 int result;
871 va_list args;
872 va_start(args, format);
873 result= my_vfprintf(stream, format, args);
874 va_end(args);
875 return result;
876}
877
878
879#ifdef __APPLE__

Callers 8

print_use_stmtFunction · 0.85
_ma_create_index_by_sortFunction · 0.85
_ma_thr_write_keysFunction · 0.85
_create_index_by_sortFunction · 0.85
thr_find_all_keys_execFunction · 0.85
thr_write_keysFunction · 0.85

Calls 1

my_vfprintfFunction · 0.85

Tested by

no test coverage detected