Searched refs:bkSlash (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | filemoniker.c | 666 static const WCHAR bkSlash[]={'\\',0}; in FileMonikerImpl_ComposeWith() local 698 if(wcscmp(strDec1[lastIdx1],bkSlash)==0) in FileMonikerImpl_ComposeWith() 715 … if ((strDec2[i]==NULL && lastIdx1>-1 && lastIdx2>-1) || wcscmp(strDec2[i],bkSlash)!=0) in FileMonikerImpl_ComposeWith() 716 lstrcatW(newStr,bkSlash); in FileMonikerImpl_ComposeWith() 1350 static const WCHAR bkSlash[]={'\\',0}; in FileMonikerImpl_Construct() local 1378 if ( (wcscmp(tabStr[i],twoPoint)!=0) && (wcscmp(tabStr[i],bkSlash)!=0) ){ in FileMonikerImpl_Construct() 1384 if (wcscmp(tabStr[i],bkSlash)==0 && i<nb-1 && wcscmp(tabStr[i+1],bkSlash)==0){ in FileMonikerImpl_Construct() 1392 if (wcscmp(tabStr[nb-1],bkSlash)==0) in FileMonikerImpl_Construct() 1403 lstrcatW(This->filePathName,bkSlash); in FileMonikerImpl_Construct()
|