Lines Matching defs:check
262 wchar_t * check;
289 check = wcsrchr(ip->version, L'-');
290 if (check && !wcscmp(check, L"-32")) {
291 *check = L'\0';
332 check = *checkp;
337 L"%ls%ls", check, PYTHON_EXECUTABLE);
354 /* check the executable type. */
459 /* 32bit process, so check that we're on 64bit OS */
591 /* Not in environment: check local configuration. */
601 /* Not in environment or local: check global configuration. */
1467 followed by a valid version specifier.\nPlease check the documentation.",