HomeSort by relevance Sort by last modified time
    Searched full:openlog (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /bionic/libc/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /development/ndk/platforms/android-3/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /external/srtp/crypto/kernel/
err.c 74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
78 * Believe it or not, openlog doesn't return an error on failure.
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
104 extern void openlog(const char *, int, int);
  /external/bluetooth/bluez/src/
log.c 112 openlog("bluetoothd", option, LOG_DAEMON);
  /external/bluetooth/bluez/tracer/
main.c 119 openlog("hcitrace", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
  /prebuilt/linux-x86/toolchain/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);
  /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);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 631 openlog
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 666 openlog
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 572 openlog
  /external/bluetooth/bluez/tools/
ppporc.c 242 openlog("ppporc", LOG_PID | LOG_NDELAY | LOG_PERROR, 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);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 703 openlog
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 712 openlog

Completed in 306 milliseconds

1 2 3 4