Searched refs:logopt (Results 1 – 1 of 1) sorted by relevance
124 void openlog(const char *ident, int logopt, int facility) in openlog() argument135 spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
Completed in 6 milliseconds