osWrite          25282 third_party/sqlite/amalgamation/sqlite3.c     do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
osWrite          27172 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );
osWrite          1141 third_party/sqlite/src/src/os_unix.c     do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
osWrite          3031 third_party/sqlite/src/src/os_unix.c   do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );