Searched refs:xo_errc (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/procstat/ |
H A D | procstat_rusage.c | 128 xo_errc(1, ENOMEM, in print_rusage() 144 xo_errc(1, ENOMEM, in print_rusage()
|
H A D | procstat_sigs.c | 161 xo_errc(1, ENOMEM, "Failed to allocate memory in " in procstat_threads_sigs() 228 xo_errc(1, ENOMEM, "Failed to allocate memory in " in procstat_sigfastblock()
|
H A D | procstat_threads.c | 69 xo_errc(1, ENOMEM, "Failed to allocate memory in " in procstat_threads()
|
H A D | procstat.c | 193 xo_errc(1, ENOMEM, "Failed to allocate memory in procstat()"); in procstat()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 438 xo_errc (int eval, int code, const char *fmt, ...) NORETURN PRINTFLIKE(3, 4);
|
H A D | libxo.c | 1639 xo_errc (int eval, int code, const char *fmt, ...) in xo_errc() function
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1209 void xo_errc (int eval, int code, const char *fmt, ...);
|