Lines Matching refs:DISPLAY
88 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
90 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
101 DISPLAY(__VA_ARGS__); \
142 DISPLAY("\n"); in INThandler()
207 DISPLAY("Caught %s signal, printing stack:\n", name); in ABRThandler()
211 DISPLAY("\n"); in ABRThandler()
218 DISPLAY("%s\n", symbollist[i]); in ABRThandler()
666 DISPLAY("zstd: %s already exists; not overwritten \n", in FIO_openDstFile()
670 DISPLAY("zstd: %s already exists; ", dstFileName); in FIO_openDstFile()
740 DISPLAY("Unable to malloc new str array, not checking for name collisions\n"); in FIO_checkFilenameCollisions()
757 DISPLAY("WARNING: Two files have same filename: %s\n", prevElem); in FIO_checkFilenameCollisions()
877 DISPLAY("\n"); in FIO_removeMultiFilesWarning()