Home
last modified time | relevance | path

Searched refs:xo_syslog (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c80 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 DMakefile14 SRCS= libxo.c xo_encoder.c xo_syslog.c
/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c505 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 Dxo.h660 xo_syslog (int priority, const char *name, const char *message, ...);
/freebsd/contrib/libxo/doc/
H A Dapi.rst1360 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 Doptions.rst50 log-syslog Log (via stderr) each syslog message (via xo_syslog)