Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52366 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( function
54561 if ( winIsDriveLetterAndColon(zPathname) ){
54656 if( zRelative[0]=='/' && (winIsDriveLetterAndColon(zRelative+1)
54666 if( !winIsDriveLetterAndColon(zRelative) || !winIsDirSep(zRelative[2]) ){