代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/169743/9843607
dcu syslog.dcu
www.eeworm.com/read/169743/9843628
pas syslog.pas
www.eeworm.com/read/169743/9843875
dfm syslog.dfm
www.eeworm.com/read/169743/9843890
dcu syslog.dcu
www.eeworm.com/read/169743/9843912
pas syslog.pas
www.eeworm.com/read/365783/9847889
c syslog.c
#include
#include
int main()
{
FILE *f;
f = fopen("not_here","r");
if(!f)
syslog(LOG_ERR|LOG_USER,"oops - %m\n");
exit(0);
}
www.eeworm.com/read/166096/10035856
h syslog.h
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
. Copyright (c) 2001 Michael Davis
. All rights reserved.
.
. Redistribution and use in sou
www.eeworm.com/read/166096/10036034
c syslog.c
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
. Copyright (c) 2001 Michael Davis
. All rights reserved.
.
. Redistribution and use in sou
www.eeworm.com/read/359944/10114647
cls syslog.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/163864/10141749