Home
last modified time | relevance | path

Searched refs:pchDot (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/devutils/createspec/
H A Dcreatespec.c491 PCH pchDot, pszName; in GetFunctionFromForwarder() local
499 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()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c2877 LPWSTR lpstrFilter, the_ext = NULL, pchDot = NULL; in FILEDLG95_GetFallbackExtension() local
2893 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()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c323 PWCHAR pchDot = NULL; in PathQualifyExW() local
335 pchDot = pchTemp; /* Remember the last position */ in PathQualifyExW()
342 if (pchDot) in PathQualifyExW()
364 if (pchDot) in PathQualifyExW()