代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/148016/12500815
dfm s_syslog.dfm
www.eeworm.com/read/300738/13895294
c syslog_dameon.c
#include
#include
#include
#include
#include
#include
#include
#include
#define MAXFILE 65535
int
www.eeworm.com/read/237986/13914648
dist syslog.conf.dist
#
# Display Definitions
#
@MAIN STD "Main Window" \
250 20 210 600 300 * hidden Monospaced-plain-12
@SUMMARY com.ice.syslogd.LineDisplay "Summary" \
1 20 510 900 48 TfphNiM hidden Monospaced-bold-12
www.eeworm.com/read/237986/13914676
example syslog.conf.example
#
# Display Definitions
#
# @NAME class title numBuffered x y w h fields visible font
#
@MAIN STD "Main Window" \
250 350 30 600 300 * hidden Monospaced-plain-12
@SUMMARY com.ice.syslogd.LineDisplay
www.eeworm.com/read/134622/13979586
h lc_syslog.h
#ifndef LC_SYSLOG
# define LC_SYSLOG
void vLC_syslog(int iCode, ...);
#define LCLOG_MIN_WAR 0
#define LCLOG_WAR_GPSRECSTART LCLOG_MIN_WAR + 0
#define LCLOG_WAR_GPSRECSTART_MSG "recGPS Started"
www.eeworm.com/read/134622/13979599
c lc_syslog.c
/*
* Copyright (C) 2002 Ricardo Arroyo
*
* This code may be used under the terms of Version 2 of the GPL,
* read the file COPYING for details.
*
*/
#include
www.eeworm.com/read/200284/15435854
c syslog_dameon.c
#include
#include
#include
#include
#include
#include
#include
#include
#define MAXFILE 65535
int
www.eeworm.com/read/200284/15435890
c syslog_dameon.c
#include
#include
#include
#include
#include
#include
#include
#include
#define MAXFILE 65535
int
www.eeworm.com/read/112300/15489820
c cipe_syslog.c
/*
cipelib - library routines common to CIPE (user-mode part) and PKCIPE
Copyright 2000 Olaf Titz
This program is free software; you can redistribute it and/or
modi
www.eeworm.com/read/103862/15717683
bak syslog.java.bak
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Syslog extends JFrame {
private JTextField trecId,tport;
private JLabel lrecId,lport;
private JButton send;