Searched refs:xo_emit_err_v (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 565 xo_emit_err_v (int eval, int code, const char *fmt, va_list vap) NORETURN PRINTFLIKE(3, 0);
|
| H A D | libxo.c | 8398 xo_emit_err_v (int eval, int code, const char *fmt, va_list vap) in xo_emit_err_v() function 8411 xo_emit_err_v(eval, code, fmt, vap); in xo_emit_err() 8421 xo_emit_err_v(eval, -1, fmt, vap); /* This will exit */ in xo_emit_errx() 8431 xo_emit_err_v(eval, code, fmt, vap); /* This will exit */ in xo_emit_errc()
|