Searched refs:debug_log_fp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.h83 extern FILE *debug_log_fp;
85 #define DEBUG_LOG(msg, args...) if (debug_log_fp) fprintf(debug_log_fp, "%s:%s:%s:%d " msg, threadSafetyID(pthread_self()), __FILE__, __FUNCTION__, __LINE__, ##args ); fflush(debug_log_fp);
H A Ddarwin.c80 FILE *debug_log_fp = NULL; variable in typeref:typename:FILE *
621 debug_log_fp = fopen(log_file_path, "a");
622 if (debug_log_fp) ErrorF("Debug logging enabled to %s\n", log_file_path);

Completed in 4 milliseconds