SEEK_CUR          539 plugin/ipc/file/fileconnection.cpp   _offset = lseek(_fds[0], 0, SEEK_CUR);
SEEK_CUR          841 plugin/ipc/file/fileconnection.cpp   if ( lseek(myfd, 0, SEEK_CUR) == lseek(fd, 0, SEEK_CUR) ) {
SEEK_CUR          842 plugin/ipc/file/fileconnection.cpp     off_t newOffset = lseek (myfd, 1, SEEK_CUR);
SEEK_CUR          845 plugin/ipc/file/fileconnection.cpp     if ( newOffset == lseek (fd, 0, SEEK_CUR) ) {
SEEK_CUR          849 plugin/ipc/file/fileconnection.cpp     JASSERT (-1 != lseek (myfd, -1, SEEK_CUR)) .Text("lseek failed");
SEEK_CUR          873 plugin/ipc/file/fileconnection.cpp   off_t offset1 = _real_lseek(fd, 0, SEEK_CUR);
SEEK_CUR          874 plugin/ipc/file/fileconnection.cpp   off_t offset2 = _real_lseek(savedFd, 0, SEEK_CUR);
SEEK_CUR          906 plugin/ipc/file/fileconnection.cpp   off_t offset = _real_lseek(fd, 0, SEEK_CUR);