代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/472568/1408474
s _syslog_send.s
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/470917/1441842
c nldbl-syslog.c
#include "nldbl-compat.h"
void
attribute_hidden
syslog (int pri, const char *fmt, ...)
{
va_list ap;
va_start (ap, fmt);
__nldbl_vsyslog (pri, fmt, ap);
va_end (ap);
}
www.eeworm.com/read/242657/4546960
bor howto_syslog.bor
# Makefile for building the Howto_Syslog exe with Borland C++ Make
NAME = Howto_Syslog
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Howto_Syslog.$(OBJ_EXT)
LFLAGS = \
-L"." \
www.eeworm.com/read/242657/4546974
howto_syslog gnumakefile.howto_syslog
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Howto_Syslog
#
# $Id: gnu.mpd 77593 2007-03-07 16:38:39Z ell
www.eeworm.com/read/242657/4546994
cpp use_syslog.cpp
// $Id: Use_Syslog.cpp 60975 2004-10-06 16:28:30Z shuston $
#include "ace/Log_Msg.h"
void foo (void);
int ACE_TMAIN (int, ACE_TCHAR *argv[])
{
// This will be directed to stderr (the default ACE_
www.eeworm.com/read/242657/4547016
bor use_syslog.bor
# Makefile for building the Use_Syslog exe with Borland C++ Make
NAME = Use_Syslog
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Use_Syslog.$(OBJ_EXT)
LFLAGS = \
-L"." \
-j"."