HomeSort by relevance Sort by last modified time
    Searched refs:openlog (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 157 * Option flags for openlog.
181 extern void openlog (__const char *__ident, int __option, int __facility);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 157 * Option flags for openlog.
181 extern void openlog (__const char *__ident, int __option, int __facility);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 157 * Option flags for openlog.
181 extern void openlog (__const char *__ident, int __option, int __facility);
  /external/openssh/
log.c 327 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
424 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
  /external/openssl/crypto/bio/
bss_log.c 381 openlog(name, LOG_PID|LOG_CONS|LOG_NDELAY, level);
383 openlog(name, LOG_PID|LOG_CONS, level);
  /external/ipsec-tools/src/racoon/
plog.c 229 openlog(pname, LOG_NDELAY, LOG_DAEMON);
  /external/libpcap/lbl/
os-sunos4.h 127 void openlog(const char *, int, int);
  /external/tcpdump/lbl/
os-sunos4.h 127 void openlog(const char *, int, int);
  /bionic/libc/unistd/
syslog.c 75 openlog(const char *ident, int logstat, int logfac) function
  /external/dnsmasq/src/
log.c 308 openlog("dnsmasq", LOG_PID, log_fac);
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 195 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
  /external/dropbear/
dbutil.c 76 openlog(PROGNAME, LOG_PID, LOG_AUTHPRIV);
  /external/libppp/src/
log.c 295 openlog(Name, LOG_PID, LOG_DAEMON);
  /external/wpa_supplicant_8/hostapd/
main.c 389 openlog("hostapd", 0, LOG_DAEMON);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 92 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD);
  /external/iproute2/misc/
arpd.c 783 openlog("arpd", LOG_PID | LOG_CONS, LOG_DAEMON);

Completed in 972 milliseconds

12 3