HomeSort by: relevance | last modified time | path
    Searched defs:syslog (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/lua/syslog/
Makefile 3 LUA_MODULES= syslog
4 LUA_SRCS.syslog= syslog.c
  /src/usr.sbin/tcpdchk/
fakelog.c 4 * This module intercepts syslog() library calls and redirects their output
20 #include <syslog.h>
47 /* syslog - format one record */
52 syslog(int severity, const char *fmt, ...) function
  /src/external/bsd/openldap/dist/libraries/liblber/
debug.c 32 #include <ac/syslog.h>
64 #undef syslog macro
74 /* The syslog function appears to only work with pure EBCDIC */
77 syslog( pri, "%s", buffer );
  /src/distrib/utils/libhack/
syslog.c 3 #include <sys/syslog.h>
14 __weak_alias(syslog,_syslog)
37 syslog(int fac, const char *fmt, ...) function
  /src/lib/libc/gen/
syslog.c 1 /* $NetBSD: syslog.c,v 1.58 2017/01/12 18:16:52 christos Exp $ */
35 static char sccsid[] = "@(#)syslog.c 8.5 (Berkeley) 4/29/95";
37 __RCSID("$NetBSD: syslog.c,v 1.58 2017/01/12 18:16:52 christos Exp $");
45 #include <sys/syslog.h>
66 __weak_alias(syslog,_syslog)
178 * syslog, vsyslog --
182 syslog(int pri, const char *fmt, ...) function
199 * like syslog but take additional arguments for MSGID and SD
  /src/external/bsd/openldap/dist/servers/slapd/
syslog.c 1 /* $NetBSD: syslog.c,v 1.3 2025/09/05 21:16:26 christos Exp $ */
3 /* $OpenBSD: syslog.c,v 1.29 2007/11/09 18:40:19 millert Exp $ */
34 __RCSID("$NetBSD: syslog.c,v 1.3 2025/09/05 21:16:26 christos Exp $");
40 #include <ac/syslog.h>
70 * syslog
74 syslog(int pri, const char *fmt, ...) function
91 "syslog: unknown facility/priority: %x", pri);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
syslogc.c 76 although none of the syslog calls would succeed. */
278 * syslog
283 syslog( int pri, char* fmt, ... ) function
  /src/external/bsd/openldap/dist/include/
ldap_log.h 39 * They start with the syslog levels, and
72 /* map syslog onto LDAP severity levels */
145 #define syslog eb_syslog macro
164 syslog( LDAP_LEVEL_MASK((severity)), __VA_ARGS__ ); \
  /src/external/gpl2/lvm2/dist/include/
toolcontext.h 33 int syslog; member in struct:config_info
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h 33 int syslog; member in struct:config_info
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c 70 static void syslog( int priority, const char * message, ...) function
88 #include <syslog.h>
202 uint32_t logcounter; // Counter used to control number of syslog messages we write
423 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
425 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
430 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd);
433 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
461 syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue");
482 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
488 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd
    [all...]
  /src/lib/libc/include/
namespace.h 737 #define syslog _syslog macro

Completed in 24 milliseconds