代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/114089/15114762
c spo_alert_syslog.c
/*
** Copyright (C) 1998,1999 Martin Roesch
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as
www.eeworm.com/read/35470/1058781
jpg 0570syslog_1.jpg
www.eeworm.com/read/470917/1441850
c nldbl-syslog_chk.c
#include "nldbl-compat.h"
void
attribute_hidden
__syslog_chk (int pri, int flag, const char *fmt, ...)
{
va_list ap;
va_start (ap, fmt);
__nldbl___vsyslog_chk (pri, flag, fmt, ap);
va_end(ap
www.eeworm.com/read/247212/4484384
csl2-server-syslog
#!/bin/sh
./server -ORBIIOPAddr ssl:inet:localhost:12466 -ORBSSLcert s_cert.pem -ORBSSLkey s_key.pem -ORBSSLverify 0 -ODMConfig odm.cnf -AccessConfig access.cnf -AuditConfig audit.cnf -RightsConfig ri
www.eeworm.com/read/237551/4625968
c nldbl-syslog_chk.c
#include "nldbl-compat.h"
void
attribute_hidden
__syslog_chk (int pri, int flag, const char *fmt, ...)
{
va_list ap;
va_start (ap, fmt);
__nldbl___vsyslog_chk (pri, flag, fmt, ap);
va_end(ap
www.eeworm.com/read/222917/4816279
h php_ext_syslog.h
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+-----------------------------------------