Home
last modified time | relevance | path

Searched refs:_comparePath (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dlauncher2.c252 _comparePath(const wchar_t *x, int xLen, const wchar_t *y, int yLen) in _comparePath() function
596 #define MATCHES(s) (0 == _comparePath(tail, tailLen, (s), -1)) in parseCommandLine()
787 if (!lastDot || _comparePath(&filename[lastDot], -1, ext, -1)) { in searchPath()
819 0 == _comparePath(filename, -1, buffer, -1)) { in searchPath()
1068 if (0 == _comparePath(suffix, 4, L".exe", -1)) { in checkShebang()
1076 if (0 == _comparePath(suffix, 2, L"_d", -1)) { in checkShebang()

Completed in 5 milliseconds