Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47296 #ifndef winIsDirSep
47297 # define winIsDirSep(a) (((a) == '/') || ((a) == '\\')) macro
51343 && winIsDirSep(zFilename[2])) ){
51389 && winIsDirSep(zFilename[2]) ){
51394 && winIsDirSep(zFilename[0]) && winIsDirSep(zFilename[1])
52241 if( winIsDirSep(zBuf[nLen-1]) ){
52246 }else if( winIsDriveLetterAndColon(zBuf) && winIsDirSep(zBuf[2]) ){
52314 if( !winIsDirSep(sqlite3_temp_directory[nDirLen-1]) ){
53085 if ( winIsDirSep(zPathname[0]) ){
53124 if( winIsDirSep(z[i]) ){
[all …]