Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c229 if ((Debugfp = fopen(debugfile, "a+")) == NULL) in opendebug()
243 if ((Debugfp = fdopen(ret, "a+")) == NULL) in opendebug()
250 if (fcntl(fileno(Debugfp), F_SETFD, 1) == -1) in opendebug()
269 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid()); in debug()
272 (void) vfprintf(Debugfp, fmt, ap); in debug()
275 (void) fprintf(Debugfp, "\n"); in debug()
276 (void) fflush(Debugfp); in debug()
H A Dtmglobal.c44 FILE *Debugfp = NULL; /* for debug file */ variable
H A Dtmextern.h213 extern FILE *Debugfp;
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c65 extern FILE *Debugfp;
211 fprintf(Debugfp, stamp(buf)); in debug()
212 fflush(Debugfp); in debug()
H A Dnlps_serv.c69 FILE *Debugfp; /* debugging output */ variable
116 if (!(Debugfp = fopen(msgbuf, "a"))) { in main()
768 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()