代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/136812/5857315
c syslog.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)syslog.c 1.1 92/07/30 SMI"; /* from UCB 5.9 5/7/86 */
#endif
/*
* Copyright (c) 1983 Regents of the University of California.
* All
www.eeworm.com/read/136072/5874815
c syslog.c
/*
* Copyright (c) 1983, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/134009/5895968
xs syslog.xs
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef I_SYSLOG
#include
#endif
static double
constant_LOG_NO(char *name, int len)
{
switch (name[6 + 0]) {
case 'T':
if (
www.eeworm.com/read/134009/5895969
pm syslog.pm
package Sys::Syslog;
require 5.000;
require Exporter;
require DynaLoader;
use Carp;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(openlog closelog setlogmask syslog);
@EXPORT_OK = qw(setlogsock);
$VER
www.eeworm.com/read/133772/5902276
h syslog.h
#ifndef CYGONCE_PPP_SYSLOG_H
#define CYGONCE_PPP_SYSLOG_H
// ====================================================================
//
// syslog.h
//
// PPP syslog stub
//
// =========
www.eeworm.com/read/131315/5930259
3 syslog.3
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a
www.eeworm.com/read/131315/5930263
c syslog.c
/*
* Copyright (c) 1983, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/131315/5932282
h syslog.h
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificatio
www.eeworm.com/read/131315/5935128
conf syslog.conf
*.err;kern.*;auth.notice;authpriv.none;mail.crit /dev/console
*.notice;*.info;authpriv,ftp.none;kern.debug;mail.crit /var/log/messages
# The authpriv log file should be restricted access; these
# mes
www.eeworm.com/read/131315/5935603
pl syslog.pl
#
# syslog.pl
#
# $Log: syslog.pl,v $
# Revision 4.0.1.1 92/06/08 13:48:05 lwall
# patch20: new warning for ambiguous use of unary operators
#
# Revision 4.0 91/03/20 01:26:24 lwall
# 4.0 basel