Home
last modified time | relevance | path

Searched refs:xo_vsyslog (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c489 xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap) in xo_vsyslog() function
709 xo_vsyslog(pri, name, fmt, ap); in xo_syslog()
H A Dxo.h663 xo_vsyslog (int priority, const char *name, const char *message, va_list args);
/freebsd/contrib/libxo/doc/
H A Dapi.rst1379 The `xo_syslog`, `xo_vsyslog`, and `xo_open_log` functions
1472 .. index:: xo_vsyslog
1474 xo_vsyslog subsection
1477 .. c:function:: void xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap)
1487 xo_vsyslog is identical in function to xo_syslog, but takes the set of
1496 xo_vsyslog(LOG_ERR, name, fmt, vap);