Searched refs:xo_error (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/contrib/libxo/tests/core/ |
| H A D | test_02.c | 150 xo_error("Shut 'er down, Clancey! She's a-pumpin' mud! <>!,\"!<>\n"); in main() 151 xo_error("err message (%d)", 1); in main() 152 xo_error("err message (%d)\n", 2); in main()
|
| /freebsd-14.2/usr.bin/procstat/ |
| H A D | procstat.c | 141 xo_error("usage: procstat [--libxo] [-h] [-M core] [-N system]" in usage() 162 xo_error(" %s%s%s", multi ? "[" : "", in usage() 167 xo_error(" | %s%s", cmd_table[i + 1].command, in usage() 171 xo_error("]"); in usage() 173 xo_error(" %s", cmd_table[i].usage); in usage() 174 xo_error("\n"); in usage() 177 xo_error("usage: %s [--libxo] pid ...\n", progname); in usage()
|
| /freebsd-14.2/usr.sbin/lastlogin/ |
| H A D | lastlogin.c | 169 xo_error("usage: lastlogin [-f file] [-rt] [user ...]\n"); in usage()
|
| /freebsd-14.2/usr.sbin/efitable/ |
| H A D | efitable.c | 235 xo_error("usage: efitable [-d uuid | -t name] [--libxo]\n"); in usage()
|
| /freebsd-14.2/usr.bin/w/ |
| H A D | w.c | 585 xo_error("usage: w [-dhin] [-M core] [-N system] [user ...]\n"); in usage() 587 xo_error("usage: uptime\n"); in usage()
|
| /freebsd-14.2/usr.bin/wc/ |
| H A D | wc.c | 365 xo_error("usage: wc [-Lclmw] [file ...]\n"); in usage()
|
| /freebsd-14.2/usr.bin/vmstat/ |
| H A D | vmstat.c | 342 xo_error(" %s", in main() 350 xo_error("undefined symbols:\n", buf); in main() 1626 xo_error("%s%s", in usage()
|
| /freebsd-14.2/usr.bin/last/ |
| H A D | last.c | 116 xo_error( in usage()
|
| /freebsd-14.2/contrib/libxo/libxo/ |
| H A D | xo.h | 390 xo_error (const char *fmt, ...);
|
| H A D | libxo.c | 8127 xo_error (const char *fmt, ...) in xo_error() function
|
| /freebsd-14.2/usr.bin/netstat/ |
| H A D | main.c | 921 (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()
|
| H A D | route.c | 673 xo_error("illegal prefixlen\n"); in netname6()
|
| /freebsd-14.2/bin/df/ |
| H A D | df.c | 640 xo_error( in usage()
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | api.rst | 1229 .. index:: xo_error 1236 xo_error section in Support Functions 1239 .. c:function:: void xo_error (const char *fmt, ...) 1289 The `xo_error` function can be used for generic errors that should 1290 be reported over the handle, rather than to stderr. The `xo_error` 1295 xo_error("Does not %s", "compute");
|
| /freebsd-14.2/sbin/mount/ |
| H A D | mount.c | 893 xo_error("%s\n%s\n%s\n", in usage()
|
| /freebsd-14.2/sbin/savecore/ |
| H A D | savecore.c | 1416 xo_error("%s\n%s\n%s\n%s\n", in usage()
|
| /freebsd-14.2/bin/ps/ |
| H A D | ps.c | 1494 (void)xo_error("%s\n%s\n%s\n%s\n%s\n", in usage()
|