/external/valgrind/memcheck/tests/linux/ |
syslog-syscall.c | 3 * If you need the libc function syslog() (which talks to syslogd(8)),
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
syslog01 | 22 # Made changes to account for the replacement of syslogd 29 # Send messages to syslogd at some level and facility # 103 tst_resm TINFO "Send messages to syslogd at some level "
|
syslog04 | 23 # Made changes to account for the replacement of syslogd
|
syslog-lib.sh | 89 tst_resm TCONF "Couldn't find syslogd, syslog-ng or rsyslogd" 135 # XXX: this really shouldn't exist; if *syslogd isn't
|
syslog02 | 23 # Made changes to account for the replacement of syslogd
|
syslog03 | 23 # Made changes to account for the replacement of syslogd
|
syslog05 | 23 # Made changes to account for the replacement of syslogd
|
syslog06 | 23 # Made changes to account for the replacement of syslogd
|
syslog09 | 23 # Made changes to account for the replacement of syslogd
|
syslog10 | 22 # Made changes to account for the replacement of syslogd
|
syslog07 | 23 # Made changes to account for the replacement of syslogd
|
syslog08 | 23 # Made changes to account for the replacement of syslogd
|
/external/ltp/testcases/lib/ |
daemonlib.sh | 29 # Check to see if syslogd, syslog-ng or rsyslogd exists 31 if command -v syslogd >/dev/null 2>&1; then
|
/external/toybox/toys/pending/ |
logger.c | 11 depends on SYSLOGD
|
syslogd.c | 0 /* syslogd.c - a system logging utility. 8 USE_SYSLOGD(NEWTOY(syslogd,">0l#<1>8=8R:b#<0>99=1s#<0=200m#<0>71582787=20O:p:f:a:nSKLD", TOYFLAG_SBIN|TOYFLAG_STAYROOT)) 10 config SYSLOGD 11 bool "syslogd" 14 usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval] 481 xpidfile("syslogd"); 483 logmsg("<46>Toybox: syslogd started", 27); //27 : the length of message 508 logmsg("<46>syslogd exiting", 19); 519 logmsg("<46>syslogd exiting", 19); 544 logmsg("<46>syslogd exiting", 19) [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.8 | 70 .Xr syslogd 8 108 .Xr syslogd 8 . 143 .Xr syslogd 8
|
/external/dnsmasq/src/ |
log.c | 23 /* Implement logging to /dev/log asynchronously. If syslogd is 25 syslogd, then the two daemons can deadlock. We get around this 183 return; /* syslogd busy, go again when select() or poll() says so */ 206 /* socket went (syslogd down?), try and reconnect. If we fail,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
syslog.h | 46 * one-to-one to strings in the syslogd(8) source code. This mapping is 98 #define LOG_SYSLOG (5<<3) /* messages generated internally by syslogd */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
syslog.h | 46 * one-to-one to strings in the syslogd(8) source code. This mapping is 98 #define LOG_SYSLOG (5<<3) /* messages generated internally by syslogd */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
syslog.h | 46 * one-to-one to strings in the syslogd(8) source code. This mapping is 98 #define LOG_SYSLOG (5<<3) /* messages generated internally by syslogd */
|
/external/dhcpcd-6.8.2/ |
common.h | 161 * and relies on syslogd(8) starting before dhcpcd which is not
|
/external/openssh/ |
sftp-server.0 | 81 requires that syslogd(8) establish a logging socket inside the chroot
|
sftp-server.8 | 150 .Xr syslogd 8
|
/system/core/liblog/ |
README | 205 syslogd(8), klogd, auditd(8)
|
/external/toybox/generated/ |
globals.h | 810 // toys/pending/syslogd.c 1484 struct syslogd_data syslogd; member in union:global_union
|