Home
last modified time | relevance | path

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

/f-stack/tools/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);
/f-stack/tools/libxo/doc/
H A Dapi.rst1356 The `xo_syslog`, `xo_vsyslog`, and `xo_open_log` functions
1449 .. index:: xo_vsyslog
1451 xo_vsyslog subsection
1454 .. c:function:: void xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap)
1464 xo_vsyslog is identical in function to xo_syslog, but takes the set of
1473 xo_vsyslog(LOG_ERR, name, fmt, vap);