Searched refs:myFP (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/dialog/
H A Dtrace.c34 #define myFP dialog_state.trace_output macro
40 fprintf(myFP, "%s %s", tag, ctime(&now));
46 if (myFP != 0) {
49 vfprintf(myFP, fmt, ap);
51 fflush(myFP);
58 if (myFP != 0) {
73 fprintf(myFP, "window %dx%d at %d,%d\n",
78 fprintf(myFP, "%3d:", j);
110 fputs(buffer, myFP);
119 fputc((int) (ch & 0xff), myFP);
[all...]

Completed in 65 milliseconds