mc_replace_error  256 lib/util.h     void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
mc_replace_error  514 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE, "%s",
mc_replace_error  527 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s",
mc_replace_error  682 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, "%s",
mc_replace_error  701 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, _("Unexpected error in waitpid():\n%s"),
mc_replace_error  694 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s\n\n%s\n", (*mcerror)->message,
mc_replace_error  703 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str->str);