tempdiag3_fp      646 src/dps8/dps8_mgp.c static FILE *tempdiag3_fp = NULL;
tempdiag3_fp      657 src/dps8/dps8_mgp.c   if (tempdiag3_fp == NULL)
tempdiag3_fp      665 src/dps8/dps8_mgp.c       tempdiag3_fp = fopen(path, "a");
tempdiag3_fp      666 src/dps8/dps8_mgp.c       if (tempdiag3_fp == NULL)
tempdiag3_fp      670 src/dps8/dps8_mgp.c       setvbuf(tempdiag3_fp, NULL, _IOLBF, 0); /* line-buffered */
tempdiag3_fp      671 src/dps8/dps8_mgp.c       fprintf(tempdiag3_fp, "=== opened by pid %d ===\n", (int)getpid());
tempdiag3_fp      682 src/dps8/dps8_mgp.c   fprintf(tempdiag3_fp, "%s.%06ld #%lu ", tbuf, ts.tv_nsec / 1000, tempdiag3_seq);
tempdiag3_fp      686 src/dps8/dps8_mgp.c   vfprintf(tempdiag3_fp, fmt, ap);
tempdiag3_fp      689 src/dps8/dps8_mgp.c   fprintf(tempdiag3_fp, "\n");