GC_stdout         852 gc/misc.c        HANDLE GC_stdout = 0;
GC_stdout         870 gc/misc.c            if (GC_stdout == INVALID_HANDLE_VALUE) {
GC_stdout         872 gc/misc.c            } else if (GC_stdout == 0) {
GC_stdout         873 gc/misc.c      	  GC_stdout = CreateFile(LOG_FILE, GENERIC_WRITE,
GC_stdout         877 gc/misc.c          	  if (GC_stdout == INVALID_HANDLE_VALUE) ABORT("Open of log file failed");
GC_stdout         879 gc/misc.c            tmp = WriteFile(GC_stdout, buf, len, &written, NULL);
GC_stdout         889 gc/misc.c      FILE * GC_stdout = NULL;
GC_stdout         895 gc/misc.c            if (GC_stdout == NULL) {
GC_stdout         896 gc/misc.c      	GC_stdout = stdout;
GC_stdout         905 gc/misc.c        int GC_stdout = 1;
GC_stdout         981 gc/misc.c          if (WRITE(GC_stdout, buf, strlen(buf)) < 0) ABORT("write to stdout failed");