Searched refs:xo_error (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_02.c | 148 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 D | xo.h | 390 xo_error (const char *fmt, ...);
|
| H A D | libxo.c | 8101 xo_error (const char *fmt, ...) in xo_error() function
|
| /f-stack/tools/netstat/ |
| H A D | route.c | 673 xo_error("illegal prefixlen\n"); in netname6()
|
| H A D | main.c | 991 (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 D | api.rst | 1206 .. 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");
|