代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/452710/7435991
h syslog.h
/* syslog.h */
#define LOG_MAXLEN 256 /* max log mesg line length */
/* log priorities */
#define LOG_EMERG 0
#define LOG_ALERT 1
#define LOG_CRIT 2
#define LOG_ERR 3
#define LOG_WARNING
www.eeworm.com/read/450804/7476589
c syslog.c
/*
** igmpproxy - IGMP proxy based multicast router
** Copyright (C) 2005 Johnny Egeland
**
** This program is free software; you can redistribute it and/or modify
** it under th
www.eeworm.com/read/449568/7500708
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/449568/7500724
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/442119/7659021
syslog macro.syslog
#
# Shorewall version 4 - Syslog Macro
#
# /usr/share/shorewall/macro.Syslog
#
# This macro handles syslog UDP traffic.
#
##############################################################################
www.eeworm.com/read/399963/7819210
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/399806/7834688
nwc syslog.nwc
Number of Devices =8
Number of Routers =5
Number of Switches=2
Number of PCs=1
www.eeworm.com/read/433969/7900618
c syslog.c
#include
#include
#include
#include
#include
#include
#include
#include
#define MAXFILE 65535
int main()
{
pid_t pc,
www.eeworm.com/read/197752/7971741
c syslog.c
/****************************************************************************
Copyright (c) 1999,2000 WU-FTPD Development Group.
All rights reserved.
Portions Copyright (c) 1980, 1985,
www.eeworm.com/read/396318/8115270
c syslog.c
/*
** igmpproxy - IGMP proxy based multicast router
** Copyright (C) 2005 Johnny Egeland
**
** This program is free software; you can redistribute it and/or modify
** it under th