/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
syslog.h | 1 /* Checking macros for syslog functions. 21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead." 30 syslog (int __pri, __const char *__fmt, ...) function 35 # define syslog(pri, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syslog.h | 1 /* Checking macros for syslog functions. 21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead." 30 syslog (int __pri, __const char *__fmt, ...) function 35 # define syslog(pri, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syslog.h | 1 /* Checking macros for syslog functions. 21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead." 30 syslog (int __pri, __const char *__fmt, ...) function 35 # define syslog(pri, ...) \ macro
|
/external/dhcpcd/ |
common.h | 84 /* Uncomment the #def below to send DHCPCD syslog messages to Android's logcat 109 #define syslog(a, b...) android_printLog(a, LOG_TAG, b) macro
|
/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/ |
dnssd_clientstub.c | 62 static void syslog( int priority, const char * message, ...) function 84 #include <syslog.h> 137 uint32_t logcounter; // Counter used to control number of syslog messages we write 175 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); 177 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, 182 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd); 184 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, 210 if ((num_read < 0) && (errno == EINTR)) { syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue"); continue; } 227 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); 233 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd [all...] |