Home
last modified time | relevance | path

Searched refs:Debugfp (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dtmlog.c55 extern FILE *Debugfp;
238 if ((Debugfp = fopen(debugfile, "a+")) == NULL) in opendebug()
253 if ((Debugfp = fdopen(ret, "a+")) == NULL) in opendebug()
260 if (fcntl(fileno(Debugfp), F_SETFD, 1) == -1) in opendebug()
279 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid()); in debug()
282 (void) vfprintf(Debugfp, fmt, ap); in debug()
285 (void) fprintf(Debugfp, "\n"); in debug()
286 (void) fflush(Debugfp); in debug()
H A Dtmglobal.c44 FILE *Debugfp = NULL; /* for debug file */ variable
H A Dtmextern.h163 extern FILE *Debugfp;
H A Dtmexpress.c84 extern FILE *Debugfp; in ttymon_express()
/titanic_44/usr/src/cmd/listen/
H A Dlslog.c67 extern FILE *Debugfp;
213 fprintf(Debugfp, stamp(buf)); in debug()
214 fflush(Debugfp); in debug()
H A Dnlps_serv.c71 FILE *Debugfp; /* debugging output */ variable
118 if (!(Debugfp = fopen(msgbuf, "a"))) { in main()
770 fclose(Debugfp); in exec_cmd()
H A Dlisten.c135 FILE *Debugfp; /* for the debugging file */ variable
287 Debugfp = fopen(scratch, "w"); in main()
292 if ((!Logfp) || (!Debugfp)) in main()