Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/core/
H A Dtest_02.c148 xo_error("Shut 'er down, Clancey! She's a-pumpin' mud! <>!,\"!<>\n"); in main()
149 xo_error("err message (%d)", 1); in main()
150 xo_error("err message (%d)\n", 2); in main()
/f-stack/tools/libxo/libxo/
H A Dxo.h390 xo_error (const char *fmt, ...);
H A Dlibxo.c8101 xo_error (const char *fmt, ...) in xo_error() function
/f-stack/tools/netstat/
H A Droute.c673 xo_error("illegal prefixlen\n"); in netname6()
H A Dmain.c991 (void)xo_error("%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n", in usage()
/f-stack/tools/libxo/doc/
H A Dapi.rst1206 .. index:: xo_error
1213 xo_error section in Support Functions
1216 .. c:function:: void xo_error (const char *fmt, ...)
1266 The `xo_error` function can be used for generic errors that should
1267 be reported over the handle, rather than to stderr. The `xo_error`
1272 xo_error("Does not %s", "compute");