Searched refs:winIsDriveLetterAndColon (Results 1 – 1 of 1) sorted by relevance
52394 static BOOL winIsDriveLetterAndColon(const char *);52631 if( osCygwin_conv_path && !(winIsDriveLetterAndColon(zFilename)52677 && winIsDriveLetterAndColon(zFilename)53809 }else if( winIsDriveLetterAndColon(zBuf) && winIsDirSep(zBuf[2]) ){54573 static BOOL winIsDriveLetterAndColon( function54606 if ( winIsDriveLetterAndColon(zPathname) ){54701 if( zRelative[0]=='/' && (winIsDriveLetterAndColon(zRelative+1)54711 if( !winIsDriveLetterAndColon(zRelative) || !winIsDirSep(zRelative[2]) ){