Searched refs:xo_failure (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 538 xo_failure(xop, "xo_depth_check: out of memory (%d)", depth); in xo_depth_check() 570 xo_failure(xop, "invalid XML tag name: '%.*s'", nlen, name); in xo_xml_leader_len() 1075 xo_failure(xop, "invalid UTF-8 data: %02hhx", b); in xo_buf_utf8_len() 1080 xo_failure(xop, "invalid UTF-8 data (short): %02hhx (%d/%d)", in xo_buf_utf8_len() 1088 xo_failure(xop, "invalid UTF-8 data (byte %d): %x", i, b); in xo_buf_utf8_len() 1188 xo_failure(xop, "invalid UTF-8 byte sequence"); in xo_buf_append_locale_from_utf8() 1207 xo_failure(xop, "could not convert wide char: %lx", in xo_buf_append_locale_from_utf8() 1844 xo_failure (xo_handle_t *xop, const char *fmt, ...) in xo_failure() function 1922 xo_failure(xop, "xo_set_file: NULL fp"); in xo_set_file_h() 2244 xo_failure(xop, "unknown simple option: %s", cp); in xo_set_options_simple() [all …]
|
H A D | xo_encoder.c | 350 xo_failure(xop, "invalid encoder name: %s", name); in xo_encoder_init() 363 xo_failure(xop, "encoder not founde: %s", name); in xo_encoder_init()
|
H A D | xo_encoder.h | 168 xo_failure (xo_handle_t *xop, const char *fmt, ...);
|
/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 628 xo_failure(xop, "allocation failure for path '%s'", path_buf); in csv_record_path()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 297 The function `xo_failure` can used as a breakpoint for a debugger, 1035 reported by functions like `xo_failure`, `xo_warn`, `xo_err`, etc.
|