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

1 2

  /bionic/libc/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /development/ndk/platforms/android-3/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /external/mdnsresponder/mDNSShared/
mDNSDebug.c 31 #define LOG_PID 0x01
  /external/openssh/
log.c 324 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
327 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
420 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
424 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
  /external/srtp/crypto/kernel/
err.c 74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */

Completed in 980 milliseconds

1 2