Searched refs:Debugfp (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 55 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 D | tmglobal.c | 44 FILE *Debugfp = NULL; /* for debug file */ variable
|
H A D | tmextern.h | 163 extern FILE *Debugfp;
|
H A D | tmexpress.c | 84 extern FILE *Debugfp; in ttymon_express()
|
/titanic_44/usr/src/cmd/listen/ |
H A D | lslog.c | 67 extern FILE *Debugfp; 213 fprintf(Debugfp, stamp(buf)); in debug() 214 fflush(Debugfp); in debug()
|
H A D | nlps_serv.c | 71 FILE *Debugfp; /* debugging output */ variable 118 if (!(Debugfp = fopen(msgbuf, "a"))) { in main() 770 fclose(Debugfp); in exec_cmd()
|
H A D | listen.c | 135 FILE *Debugfp; /* for the debugging file */ variable 287 Debugfp = fopen(scratch, "w"); in main() 292 if ((!Logfp) || (!Debugfp)) in main()
|