mc_replace_error  287 lib/util.h     void mc_replace_error (GError **dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
mc_replace_error  576 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE, "%s",
mc_replace_error  589 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s",
mc_replace_error  744 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, "%s",
mc_replace_error  763 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, _ ("Unexpected error in waitpid():\n%s"),
mc_replace_error  670 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);