err_msg           629 src/vfs/extfs/extfs.c     GString *err_msg = NULL;
err_msg           646 src/vfs/extfs/extfs.c             if (err_msg == NULL)
err_msg           647 src/vfs/extfs/extfs.c                 err_msg = g_string_new_len (pip->err.buf, pip->err.len);
err_msg           650 src/vfs/extfs/extfs.c                 if (err_msg->str[err_msg->len - 1] != '\n')
err_msg           651 src/vfs/extfs/extfs.c                     g_string_append_c (err_msg, '\n');
err_msg           652 src/vfs/extfs/extfs.c                 g_string_append_len (err_msg, pip->err.buf, pip->err.len);
err_msg           708 src/vfs/extfs/extfs.c     if (err_msg != NULL)
err_msg           711 src/vfs/extfs/extfs.c             mc_propagate_error (error, 0, "%s", err_msg->str);
err_msg           713 src/vfs/extfs/extfs.c         g_string_free (err_msg, TRUE);