Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/win32/
H A Dvdir.h289 inline BOOL IsPathSep(char ch) in IsPathSep() function
399 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() function
631 if (IsPathSep(pInName[0]) && !IsPathSep(pInName[1])) { in MapPathW()
643 if (IsPathSep(pInName[2])) { in MapPathW()
[all …]