代码搜索:syslog

找到约 2,335 项符合「syslog」的源代码

代码结果 2,335
www.eeworm.com/read/237551/4625396

c syslog.c

#include #if __ASSUME_MSG_NOSIGNAL # define NO_SIGPIPE # define send_flags MSG_NOSIGNAL #else # define send_flags 0 #endif #include
www.eeworm.com/read/235549/4650164

h syslog.h

/* syslog.h --------------------------------------------------------------------------- Copyright (c) 2002, 2003 Intel Corporation All rights reserved. Redistribution and u
www.eeworm.com/read/235549/4650177

c syslog.c

/* syslog.c --------------------------------------------------------------------------- Copyright (c) 2002, 2003 Intel Corporation All rights reserved. Redistribution and u
www.eeworm.com/read/235026/4654459

java syslog.java

package org.netjava.jportmap; import java.io.*; import java.util.Calendar; /** * Title: 端口转发器 * Description:日志工具类 * Copyright: Copyright (c) 2005 * Company: www.N
www.eeworm.com/read/233554/4666260

c syslog.c

/* * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the
www.eeworm.com/read/233554/4666277

h syslog.h

/* * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the
www.eeworm.com/read/231546/4714174

pl syslog.pl

# # syslog.pl # # $Log: syslog.pl,v $ # # tom christiansen # modified to use sockets by Larry Wall # NOTE: openlog now takes three arguments, just
www.eeworm.com/read/231546/4714527

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/229812/4753248

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 * modifi
www.eeworm.com/read/229812/4753261

h syslog.h

/* * POSIX requires (AFAIK) this file in a base-dir */ #ifndef __SYS_SYSLOG_H #include #endif