Searched refs:sStat (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7419 struct stat sStat; local
7426 rc2 = fileStat(zCopy, &sStat);
7430 if( !S_ISDIR(sStat.st_mode) ) rc = SQLITE_ERROR;
7467 struct stat sStat; local
7469 || 0!=fileStat(zFile, &sStat)
7470 || !S_ISDIR(sStat.st_mode)
7471 || ((sStat.st_mode&0777)!=(mode&0777) && 0!=chmod(zFile, mode&0777))
7663 struct stat sStat; /* Current lstat() results */ member in struct:fsdir_cursor
7772 mode_t m = pCur->sStat.st_mode;
7811 if( fileLinkStat(pCur->zPath, &pCur->sStat) ){
[all...]
H A Dsqlite3.c42713 struct stat sStat; /* fstat() info for database file */ local
42884 struct stat sStat; /* Used by fstat() */ local
44108 struct stat sStat; /* Results of stat() call */ local
44155 struct stat sStat; /* Output of stat() on database file */ local
118582 sqlite3_str sStat; /* Text of the constructed "stat" line */ local
118616 sqlite3_str sStat; local
[all...]

Completed in 841 milliseconds