Searched refs:winIsDriveLetterAndColon (Results 1 – 1 of 1) sorted by relevance
52366 static BOOL winIsDriveLetterAndColon(const char *);52603 if( osCygwin_conv_path && !(winIsDriveLetterAndColon(zFilename)52649 && winIsDriveLetterAndColon(zFilename)53764 }else if( winIsDriveLetterAndColon(zBuf) && winIsDirSep(zBuf[2]) ){54528 static BOOL winIsDriveLetterAndColon( function54561 if ( winIsDriveLetterAndColon(zPathname) ){54656 if( zRelative[0]=='/' && (winIsDriveLetterAndColon(zRelative+1)54666 if( !winIsDriveLetterAndColon(zRelative) || !winIsDirSep(zRelative[2]) ){