Searched refs:IsPathSep (Results 1 – 1 of 1) sorted by relevance
289 inline BOOL IsPathSep(char ch) in IsPathSep() function399 if (IsPathSep(pInName[0]) && !IsPathSep(pInName[1])) { in MapPathA()411 if (length > 2 && IsPathSep(pInName[2])) { in MapPathA()430 if (length > 1 && IsPathSep(pInName[1]) && IsPathSep(pInName[0])) { in MapPathA()436 if (IsPathSep(pInName[0])) { in MapPathA()467 if(length > 3 && IsPathSep(pPtr[length-1])) { in SetCurrentDirectoryA()512 if (length > 3 && IsPathSep(lpStr[-2])) { in BuildEnvironmentSpace()521 inline BOOL IsPathSep(WCHAR ch) in IsPathSep() function631 if (IsPathSep(pInName[0]) && !IsPathSep(pInName[1])) { in MapPathW()643 if (IsPathSep(pInName[2])) { in MapPathW()[all …]