Searched refs:pchDot (Results 1 – 3 of 3) sorted by relevance
491 PCH pchDot, pszName; in GetFunctionFromForwarder() local499 pchDot = strchr(szDllName, '.'); in GetFunctionFromForwarder()500 if (pchDot == NULL) in GetFunctionFromForwarder()507 *pchDot = '\0'; in GetFunctionFromForwarder()518 pszName = pchDot + 1; in GetFunctionFromForwarder()535 error("Failed to resolve '%s' in '%s'.", pchDot + 1, szDllName); in GetFunctionFromForwarder()
2877 LPWSTR lpstrFilter, the_ext = NULL, pchDot = NULL; in FILEDLG95_GetFallbackExtension() local2893 pchDot = wcschr(lpstrFilter, L'.'); in FILEDLG95_GetFallbackExtension()2895 if (pchDot && pchDot[1] && !wcschr(pchDot, L'*') && !wcschr(pchDot, L'?')) in FILEDLG95_GetFallbackExtension()2896 the_ext = StrDupW(pchDot + 1); in FILEDLG95_GetFallbackExtension()2902 if (!the_ext && (!pchDot || pchDot[1])) in FILEDLG95_GetFallbackExtension()
323 PWCHAR pchDot = NULL; in PathQualifyExW() local335 pchDot = pchTemp; /* Remember the last position */ in PathQualifyExW()342 if (pchDot) in PathQualifyExW()364 if (pchDot) in PathQualifyExW()