mc_replace_error  273 lib/util.h     void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
mc_replace_error  562 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE, "%s",
mc_replace_error  575 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s",
mc_replace_error  730 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, "%s",
mc_replace_error  749 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, _("Unexpected error in waitpid():\n%s"),
mc_replace_error  669 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s\n\n%s\n", (*mcerror)->message,
mc_replace_error  678 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str->str);