err_msg           621 src/vfs/extfs/extfs.c     GString *err_msg = NULL;
err_msg           638 src/vfs/extfs/extfs.c             if (err_msg == NULL)
err_msg           639 src/vfs/extfs/extfs.c                 err_msg = g_string_new_len (pip->err.buf, pip->err.len);
err_msg           642 src/vfs/extfs/extfs.c                 if (err_msg->str[err_msg->len - 1] != '\n')
err_msg           643 src/vfs/extfs/extfs.c                     g_string_append_c (err_msg, '\n');
err_msg           644 src/vfs/extfs/extfs.c                 g_string_append_len (err_msg, pip->err.buf, pip->err.len);
err_msg           700 src/vfs/extfs/extfs.c     if (err_msg != NULL)
err_msg           703 src/vfs/extfs/extfs.c             mc_propagate_error (error, 0, "%s", err_msg->str);
err_msg           705 src/vfs/extfs/extfs.c         g_string_free (err_msg, TRUE);