代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/326917/3466548
java syslog.java
package com.csbook.documentsystem;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
www.eeworm.com/read/321498/3533253
h syslog.h
/* $Id$ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
. Copyright (c) 2001 Michael Davis
. All rights reserved.
.
. Redistribution and use
www.eeworm.com/read/321498/3533329
c syslog.c
/* $Id$ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
. Copyright (c) 2001 Michael Davis
. All rights reserved.
.
. Redistribution and use
www.eeworm.com/read/321483/3534646
xs syslog.xs
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef USE_PPPORT_H
# include "ppport.h"
#endif
#ifndef HAVE_SYSLOG
#define HAVE_SYSLOG 1
#endif
#if defined(I_SYSLOG) || PATCHLEVEL < 6
#inc
www.eeworm.com/read/321483/3534648
t syslog.t
#!perl -T
BEGIN {
if ($ENV{PERL_CORE}) {
chdir 't';
@INC = '../lib';
}
}
use strict;
use Config;
use File::Spec;
use Test::More;
# we enable all Perl warnings, but we don't
www.eeworm.com/read/321483/3534651
pm syslog.pm
package Sys::Syslog;
use strict;
use warnings::register;
use Carp;
use Fcntl qw(O_WRONLY);
use File::Basename;
use POSIX qw(strftime setlocale LC_TIME);
use Socket ':all';
require 5.005;
require Expor
www.eeworm.com/read/320652/3544549
c syslog.c
#include
#if __ASSUME_MSG_NOSIGNAL
# define NO_SIGPIPE
# define send_flags MSG_NOSIGNAL
#else
# define send_flags 0
#endif
#include
www.eeworm.com/read/317867/3575224
h syslog.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
www.eeworm.com/read/312645/3654578
h syslog.h
#ifndef CYGONCE_PPP_SYSLOG_H
#define CYGONCE_PPP_SYSLOG_H
// ====================================================================
//
// syslog.h
//
// PPP syslog stub
//
// =========