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

1 2 3 4 5

  /external/fio/os/windows/posix/include/
syslog.h 16 void openlog(const char *ident, int logopt, int facility);
  /bionic/libc/include/
syslog.h 80 /* openlog(3) flags are currently ignored on Android. */
89 void openlog(const char*, int, int);
  /development/ndk/platforms/android-21/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 void openlog(const char*, int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
syslog.h 79 /* openlog(3) flags are currently ignored on Android. */
88 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/libcxxabi/src/
abort_message.cpp 67 openlog("libc++abi", 0, 0);
  /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.
  /external/toybox/toys/pending/
klogd.c 80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger..
logger.c 70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility);
  /prebuilts/ndk/4/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/4/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/4/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/4/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);
  /prebuilts/ndk/4/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/4/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);
  /prebuilts/ndk/5/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/6/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/6/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);
  /prebuilts/ndk/7/platforms/android-14/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/7/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);

Completed in 920 milliseconds

1 2 3 4 5