Searched refs:log_opt (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dsyslog.c17 static int log_opt; variable
59 log_opt = opt;
93 pid = (log_opt & LOG_PID) ? getpid() : 0;
108 (log_opt & LOG_CONS)) {
115 if (log_opt & LOG_PERROR)

Completed in 72 milliseconds