Searched refs:_Lf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | logent.c | 32 static FILE *_Lf = NULL; variable 58 if (_Lf != NULL 60 fclose(_Lf); 61 _Lf = NULL; 64 if (_Lf == NULL) { 66 _Lf = fopen(logfile, "a"); 68 if (_Lf == NULL) { 72 setbuf(_Lf, CNULL); 74 (void) fseek(_Lf, 0L, 2); 75 (void) fprintf(_Lf, "%s %s %s ", User, Rmtname, Jobid); [all …]
|
H A D | uucleanup.c | 1057 static FILE *_Lf = NULL; variable 1076 if (_Lf == NULL) { 1077 _Lf = fopen(Logfile, "a"); 1079 if (_Lf == NULL) 1081 setbuf(_Lf, CNULL); 1083 (void) fseek(_Lf, 0L, 2); 1084 (void) fprintf(_Lf, "%s ", Rmtname); 1085 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn); 1086 (void) fprintf(_Lf, "%s (%d)\n", text, status);
|