May modify a given string just be before finalisation.
This may return NULL if the given string is not modified.
| void | | err_add_callback | (int tags, int priority, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_int_t, int, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_t, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_int_t, int, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_t, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_info_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_info_int_t, int, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback2_info_t, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_info_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_info_int_t, int, err_style_t const *) |
| void | | err_add_callback | (int tags, int priority, err_callback0_info_t, err_style_t const *) |
| void | | err_add_callback0 | (int tags, int priority, err_callback0_t, err_style_t const *) |
| void | | err_add_callback0_info | (int tags, int priority, err_callback0_info_t, err_style_t const *) |
| void | | err_add_callback0_info_int | (int tags, int priority, err_callback0_info_int_t, int, err_style_t const *) |
| void | | err_add_callback0_info_voidp | (int tags, int priority, err_callback0_info_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback0_int | (int tags, int priority, err_callback0_int_t, int, err_style_t const *) |
| void | | err_add_callback0_voidp | (int tags, int priority, err_callback0_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback2 | (int tags, int priority, err_callback2_t, err_style_t const *) |
| void | | err_add_callback2_info | (int tags, int priority, err_callback2_info_t, err_style_t const *) |
| void | | err_add_callback2_info_int | (int tags, int priority, err_callback2_info_int_t, int, err_style_t const *) |
| void | | err_add_callback2_info_voidp | (int tags, int priority, err_callback2_info_voidp_t, void *, err_style_t const *) |
| void | | err_add_callback2_int | (int tags, int priority, err_callback2_int_t, int, err_style_t const *) |
| void | | err_add_callback2_voidp | (int tags, int priority, err_callback2_voidp_t, void *, err_style_t const *) |
| void | | err_add_stream | (int tags, FILE * stream, err_style_t const * = NULL) |
| void | | err_set_subsystem_callback | (int subsystem, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_voidp_t, void *, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_int_t, int, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_t, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_voidp_t, void *, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_int_t, int, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_t, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_info_voidp_t, void *, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_info_int_t, int, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback2_info_t, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_info_voidp_t, void *, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_info_int_t, int, err_style_t const *) |
| void | | err_set_subsystem_callback | (int subsystem, err_callback0_info_t, err_style_t const *) |
| void | | err_set_subsystem_callback0 | (int subsystem, err_callback0_t, err_style_t const *) |
| void | | err_set_subsystem_callback0_int | (int subsystem, err_callback0_int_t, err_style_t const *, int) |
| void | | err_set_subsystem_callback0_voidp | (int subsystem, err_callback0_voidp_t, err_style_t const *, void *) |
| void | | err_set_subsystem_callback2 | (int subsystem, err_callback2_t, err_style_t const *) |
| void | | err_set_subsystem_callback2_int | (int subsystem, err_callback2_int_t, err_style_t const *, int) |
| void | | err_set_subsystem_callback2_voidp | (int subsystem, err_callback2_voidp_t, err_style_t const *, void *) |
| void | | err_stream_set_style | (FILE * stream, err_style_t const * style) |
| err_style_t const * | | err_style_from_int | (int) |
| err_style_t const * | | err_style_from_string | (char const *) |