Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dsyslog.h80 #define LOG_PID 0x01 /* include pid with message */ macro
/bionic/libc/unistd/
Dsyslog.c117 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in vsyslog_r()
177 if (data->log_stat & LOG_PID) { in vsyslog_r()