HomeSort by: relevance | last modified time | path
    Searched defs:msg_syslog_init (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c 11 /* void msg_syslog_init(progname, log_opt, facility)
24 /* msg_syslog_init() is a wrapper around the openlog(3) routine
28 /* then msg_syslog_init will attempt to suppress its own PID.
31 /* logging facility that is specified with msg_syslog_init().
35 /* until a subsequent msg_syslog_init() call.
186 /* msg_syslog_init - initialize */
188 void msg_syslog_init(const char *name, int logopt, int facility) function
251 msg_syslog_init(argv[0], LOG_PID, LOG_MAIL);
msg_syslog.c 11 /* void msg_syslog_init(progname, log_opt, facility)
24 /* msg_syslog_init() is a wrapper around the openlog(3) routine
28 /* then msg_syslog_init will attempt to suppress its own PID.
31 /* logging facility that is specified with msg_syslog_init().
35 /* until a subsequent msg_syslog_init() call.
186 /* msg_syslog_init - initialize */
188 void msg_syslog_init(const char *name, int logopt, int facility) function
251 msg_syslog_init(argv[0], LOG_PID, LOG_MAIL);

Completed in 75 milliseconds