HomeSort by relevance Sort by last modified time
    Searched refs:syslog (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /external/dropbear/
includes.h 54 #include <syslog.h>
svr-session.c 160 /* priority is priority as with syslog() */
172 syslog(priority, "%s", printbuf);
177 * syslog is used, so it is included in error reports */
  /external/iproute2/lib/
ll_addr.c 15 #include <syslog.h>
  /external/iproute2/tc/
m_pedit.h 19 #include <syslog.h>
q_drr.c 16 #include <syslog.h>
q_prio.c 16 #include <syslog.h>
q_rr.c 16 #include <syslog.h>
q_sfq.c 16 #include <syslog.h>
tc_monitor.c 16 #include <syslog.h>
f_basic.c 16 #include <syslog.h>
  /external/openssh/
includes.h 150 # include <sys/syslog.h>
log.c 45 #include <syslog.h>
260 fprintf(stderr, "Unrecognized internal syslog level code %d\n",
313 "Unrecognized internal syslog facility code %d\n",
319 * If an external library (eg libwrap) attempts to use syslog
320 * immediately after reexec, syslog may be pointing to the wrong
321 * facility, so we force an open/close of syslog here.
425 syslog(pri, "%.500s", fmtbuf);
  /bionic/libc/unistd/
syslog.c 1 /* $OpenBSD: syslog.c,v 1.28 2005/08/08 08:05:34 espie Exp $ */
34 #include <syslog.h>
55 * syslog, vsyslog --
59 syslog(int pri, const char *fmt, ...) function
93 /* Reentrant version of syslog, i.e. syslog_r() */
121 syslog(INTERNALLOG,
122 "syslog: unknown facility/priority: %x", pri);
140 /* If we have been called through syslog(), no need for reentrancy. */
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 24 #include <syslog.h>
178 else // else, in production mode, we write to syslog
199 syslog(syslog_level, "%8d.%03d: %s", (int)(t/1000), ms, buffer);
217 syslog(syslog_level, "%s", buffer);
  /external/openssl/crypto/bio/
bss_log.c 88 # include <sys/syslog.h>
92 # include <syslog.h>
136 BIO_TYPE_MEM,"syslog",
389 syslog(priority, "%s", string);
  /external/dhcpcd/
eloop.c 35 #include <syslog.h>
325 syslog(LOG_ERR, "nothing to do");
347 syslog(LOG_ERR, "poll: %m");
bpf.c 42 #include <syslog.h>
84 syslog(LOG_ERR, "BPF version mismatch - recompile");
dhcpcd-run-hooks.in 137 # Write a syslog entry
138 syslog()
  /external/iproute2/genl/
genl.c 16 #include <syslog.h>
  /external/ipsec-tools/src/racoon/
misc.c 45 #include <syslog.h>

Completed in 3349 milliseconds

1 2 34 5 6 7 8 9