Searched defs:fprintf (Results 1 – 10 of 10) sorted by relevance
20 fprintf(stderr, "Report.\n"); function
8 int fprintf(FILE * file, const char *format, ...) in fprintf() function
21 #define fprintf(x, y, ...) printf(y, ## __VA_ARGS__) macro
41 # define fprintf curl_mfprintf macro
93 # define fprintf curlx_mfprintf macro
60 # define fprintf curl_mfprintf macro
167 # define fprintf trio_fprintf macro
41 #define fprintf example_test_fprintf macro
296 #define fprintf libintl_fprintf macro
854 UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... ) in VG_() argument