Searched refs:_Lf (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | logent.c | 35 static FILE *_Lf = NULL; variable 61 if (_Lf != NULL 63 fclose(_Lf); 64 _Lf = NULL; 67 if (_Lf == NULL) { 69 _Lf = fopen(logfile, "a"); 71 if (_Lf == NULL) { 75 setbuf(_Lf, CNULL); 77 (void) fseek(_Lf, 0L, 2); 78 (void) fprintf(_Lf, "%s %s %s ", User, Rmtname, Jobid); [all …]
|
H A D | uucleanup.c | 1060 static FILE *_Lf = NULL; variable 1079 if (_Lf == NULL) { 1080 _Lf = fopen(Logfile, "a"); 1082 if (_Lf == NULL) 1084 setbuf(_Lf, CNULL); 1086 (void) fseek(_Lf, 0L, 2); 1087 (void) fprintf(_Lf, "%s ", Rmtname); 1088 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn); 1089 (void) fprintf(_Lf, "%s (%d)\n", text, status);
|