err_msg 614 src/vfs/extfs/extfs.c GString *err_msg = NULL; err_msg 631 src/vfs/extfs/extfs.c if (err_msg == NULL) err_msg 632 src/vfs/extfs/extfs.c err_msg = g_string_new_len (pip->err.buf, pip->err.len); err_msg 635 src/vfs/extfs/extfs.c if (err_msg->str[err_msg->len - 1] != '\n') err_msg 636 src/vfs/extfs/extfs.c g_string_append_c (err_msg, '\n'); err_msg 637 src/vfs/extfs/extfs.c g_string_append_len (err_msg, pip->err.buf, pip->err.len); err_msg 693 src/vfs/extfs/extfs.c if (err_msg != NULL) err_msg 696 src/vfs/extfs/extfs.c mc_propagate_error (error, 0, "%s", err_msg->str); err_msg 698 src/vfs/extfs/extfs.c g_string_free (err_msg, TRUE);