Searched refs:xo_open_log (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_11.c | 72 xo_open_log("test-program", LOG_PERROR, 0); in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 386 xo_open_log (const char *ident, int logstat, int logfac) in xo_open_log() function
|
H A D | xo.h | 648 xo_open_log (const char *ident, int logopt, int facility);
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1357 xo_open_log("my-program", 0, LOG_DAEMON); 1379 The `xo_syslog`, `xo_vsyslog`, and `xo_open_log` functions 1428 In addition to the values listed above, xo_open_log accepts a set of 1500 .. index:: xo_open_log 1502 xo_open_log subsection 1505 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility) 1513 xo_open_log functions similar to :manpage:`openlog(3)`, allowing
|