Searched refs:xo_syslog (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_11.c | 80 xo_syslog(LOG_INFO | LOG_KERN, "animal-status", in main() 82 xo_syslog(LOG_INFO | LOG_MAIL, "animal-consumed", in main() 84 xo_syslog(LOG_NOTICE | LOG_DAEMON, "animal-talk", in main() 101 xo_syslog(LOG_LOCAL4 | LOG_NOTICE, "ID47", in main()
|
/freebsd/lib/libxo/libxo/ |
H A D | Makefile | 14 SRCS= libxo.c xo_encoder.c xo_syslog.c
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 505 xo_syslog(LOG_ERR | LOG_CONS | LOG_PERROR | LOG_PID, in xo_vsyslog() 704 xo_syslog (int pri, const char *name, const char *fmt, ...) in xo_syslog() function
|
H A D | xo.h | 660 xo_syslog (int priority, const char *name, const char *message, ...);
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1360 xo_syslog(LOG_ERR, "upload-failed", 1365 xo_syslog(LOG_INFO, "poofd-invalid-state", 1379 The `xo_syslog`, `xo_vsyslog`, and `xo_open_log` functions 1384 xo_syslog(LOG_ERR | LOG_AUTH, "login-failed", 1440 .. index:: xo_syslog 1442 xo_syslog section in Emitting syslog Messages 1445 .. c:function:: void xo_syslog (int pri, const char *name, const char *fmt, ...) 1454 Use the `xo_syslog` function to generate syslog messages by calling 1462 xo_syslog(LOG_ERR, "poofd-missing-file", 1487 xo_vsyslog is identical in function to xo_syslog, but takes the set of
|
H A D | options.rst | 50 log-syslog Log (via stderr) each syslog message (via xo_syslog)
|