Lines Matching refs:_Sf
37 static int _Sf = -1;104 if (_Sf < 0) {106 _Sf = open(SYSLOG, 1);108 _Sf = creat(SYSLOG, LOGFILEMODE);111 if (_Sf < 0) {116 (void) lseek(_Sf, 0L, 2);117 (void) write(_Sf, sysbuf, sbuflen);164 if (_Sf >= 0) {165 (void) close(_Sf);166 _Sf = -1;