代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/382117/9048876
py cutlog.py
#! /usr/bin/env python
import syslog
journaux = [
"/var/log/messages"
]
for journal in journaux:
fichier = open(journal)
lignes = fichier.readlines()
fichier.close
sou
www.eeworm.com/read/183272/9172650
6 fig13.6
#include
#include
#include
#include
#include
#include
#include
#include
#define LOCKFILE "/var/run/daemon.pid"
#
www.eeworm.com/read/183272/9173098
c single.c
#include
#include
#include
#include
#include
#include
#include
#include
#define LOCKFILE "/var/run/daemon.pid"
#
www.eeworm.com/read/377327/9280841
py cutlog.py
#! /usr/bin/env python
import syslog
journaux = [
"/var/log/messages"
]
for journal in journaux:
fichier = open(journal)
lignes = fichier.readlines()
fichier.close
sou
www.eeworm.com/read/178738/9386844
c log.c
/*
* "$Id: log.c,v 1.43 2005/01/03 19:29:59 mike Exp $"
*
* Log file routines for the Common UNIX Printing System (CUPS).
*
* Copyright 1997-2005 by Easy Software Products, all rights reserve
www.eeworm.com/read/371338/9555613
py cutlog.py
#! /usr/bin/env python
import syslog
journaux = [
"/var/log/messages"
]
for journal in journaux:
fichier = open(journal)
lignes = fichier.readlines()
fichier.close
sou
www.eeworm.com/read/366576/9808219
c dund.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-2008 Marcel Holtmann
*
*
*
www.eeworm.com/read/365412/9864189
py cutlog.py
#! /usr/bin/env python
import syslog
journaux = [
"/var/log/messages"
]
for journal in journaux:
fichier = open(journal)
lignes = fichier.readlines()
fichier.close
sou
www.eeworm.com/read/364932/9887108
6 fig13.6
#include
#include
#include
#include
#include
#include
#include
#include
#define LOCKFILE "/var/run/daemon.pid"
#