代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/290240/8493611
dfm syslog.dfm
inherited frmSysLog: TfrmSysLog
Left = 291
Top = 148
Caption = #31995#32479#26085#24535#31649#29702
PixelsPerInch = 96
TextHeight = 12
inherited RzToolbar1: TRzToolbar
ToolbarCo
www.eeworm.com/read/290240/8493731
pas syslog.pas
unit SysLog;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, BasicFind, Menus, ActnList, ImgList, StdCtrls, RzLstBox,
RzBckgnd, RzButt
www.eeworm.com/read/430121/8765210
gif syslog.gif
www.eeworm.com/read/286088/8790440
conf syslog.conf
# /etc/syslog.conf - Configuration file for syslogd(8)
#
# For info about the format of this file, see "man syslog.conf".
#
*.=debug -/usr/adm/debug
*.warning /usr/adm/syslog
# Store critical stu
www.eeworm.com/read/286088/8790487
c syslog.c
/*
* Copyright (c) 1983, 1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted provided
* that: (1) source distr
www.eeworm.com/read/285490/8835991
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/283196/9036680
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/380990/9117166
cpp syslog.cpp
/*
** SysLog.cpp
**
** Published / author: 2004-08-18 / grymse@alhem.net
**/
/*
Copyright (C) 2004,2005,2006 Anders Hedstrom
This program is made available under the terms of the GNU GPL.
If y
www.eeworm.com/read/380990/9117167
h syslog.h
/*
** SysLog.h
**
** Published / author: 2004-08-18 / grymse@alhem.net
**/
/*
Copyright (C) 2004,2005,2006 Anders Hedstrom
This program is made available under the terms of the GNU GPL.
If you
www.eeworm.com/read/281357/9160276
h syslog.h
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
. Copyright (c) 2001 Michael Davis
. All rights reserved.
.
. Redistribution and use in sou