Home
last modified time | relevance | path

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

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