代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/101082/6243658
8 syslog.8
.TH SYSLOG 8
.\" @(#)syslog.8 4.1 7/25/83
.SH NAME
syslog \- log systems messages
.SH SYNOPSIS
/etc/syslog [
.BI \-m N
] [
.BI \-f name
] [
.B \-d
]
.SH DESCRIPTION
.I Syslog
reads a datagram socket
www.eeworm.com/read/101082/6243661
3 syslog.3
.TH SYSLOG 3
.\" @(#)syslog.3 4.1 7/25/83
.SH NAME
syslog, openlog, closelog -- control system log
.SH SYNOPSIS
# include
.PP
openlog(ident, logstat)
.br
char *ident;
.PP
syslog(priority,
www.eeworm.com/read/101082/6243666
h syslog.h
/*
** SYSLOG.H -- declarations for system logging program
**
** These are used as the first parameter to logmsg().
** Their meanings are approximately as follows:
**
** LOG_ALERT -- this priority sho
www.eeworm.com/read/101082/6244571
8 syslog.8
.\" SCCSID: @(#)syslog.8 8.1 9/11/90
.TH syslog 8
.\" @(#)syslog.8 4.2 7/28/83
.SH Name
syslog \- log systems messages
.SH Syntax
/etc/syslog [
.BI \-m N
] [
.BI \-f name
] [
.B \-d
]
.SH Description
www.eeworm.com/read/101082/6245921
3 syslog.3
.\" SCCSID: @(#)syslog.3 8.2 1/28/91
.TH syslog 3
.SH Name
syslog, openlog, closelog \- control system log
.SH Syntax
.B "#include
.PP
.B "openlog(ident, logstat)
.br
.B "char *ident;
.PP
.
www.eeworm.com/read/101082/6246433
8 syslog.8
.\" SCCSID: @(#)syslog.8 8.1 9/11/90
.TH syslog 8
.\" @(#)syslog.8 4.2 7/28/83
.SH Name
syslog \- log systems messages
.SH Syntax
/etc/syslog [
.BI \-m N
] [
.BI \-f name
] [
.B \-d
]
.SH Description
www.eeworm.com/read/101082/6247778
3 syslog.3
.\" SCCSID: @(#)syslog.3 8.2 1/28/91
.TH syslog 3
.SH Name
syslog, openlog, closelog \- control system log
.SH Syntax
.B "#include
.PP
.B "openlog(ident, logstat)
.br
.B "char *ident;
.PP
.
www.eeworm.com/read/101082/6249783
h syslog.h
/*
* Copyright (c) 1982 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)s
www.eeworm.com/read/101082/6249791
c syslog.c
#if !defined (BSD43) && !defined(hpux)
#ifndef lint
static char SccsId[] = "@(#)syslog.c 4.1 (Berkeley) 5/27/83";
#endif
#ifndef lint
static char ident[] = "@(#)$Id: syslog.c,v 1.1 90/07/20 11:26:41 s
www.eeworm.com/read/101082/6250300
h syslog.h
/*
* Copyright (c) 1982 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)s