/*********************************************************
- * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2018,2022 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
XStoreName(gdk_x11_get_default_xdisplay(), myGroupLeader, VMUSER_TITLE);
/*
- * Sanity check: Set the override redirect property on our group leader
+ * Confidence check: Set the override redirect property on our group leader
* window (not default), then re-parent it to the root window (default).
* This makes sure that (a) a window manager can't re-parent our window,
* and (b) that we remain a top-level window.
/*********************************************************
- * Copyright (C) 2005-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2005-2019,2022 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* Callback for the gtk signal "selection_received".
* Called because we previously requested a copy/paste selection and
* finally got results of that asynchronous operation. After some basic
- * sanity checks, send the result (in selection_data) thru the backdoor
+ * confidence checks, send the result (in selection_data) thru the backdoor
* (version 1) or guestRPC (version 2) so the vmx can copy it to host
* clipboard.
*
}
/*
- * Sanity checks. This should never really happen with current drivers.
+ * Confidence checks. This should never really happen with current drivers.
*/
if (nVMWOutput != info->nOutput) {
}
/*
- * Sanity check. This should never really happen with our drivers.
+ * Confidence check. This should never really happen with our drivers.
*/
if (numVMWCrtc != nVMWOutput) {
goto quit;
}
- /* sanity check workingDir if set */
+ /* confidence check workingDir if set */
if (NULL != workingDir && !File_IsDirectory(workingDir)) {
err = VIX_E_NOT_A_DIRECTORY;
goto quit;
spList = startedProcessList;
while (spList) {
/*
- * Sanity check we don't have a duplicate entry -- this should
+ * Confidence check we don't have a duplicate entry -- this should
* only happen when the OS re-uses the PID before we reap the record
* of its exit status.
*/
goto quit;
}
- // sanity check offset
+ // confidence check offset
if (listRequest->offset > cachedResult->resultBufferLen) {
/*
* Since this isn't user-set, assume any problem is in the