myfd              840 plugin/ipc/file/fileconnection.cpp   int myfd = _fds[0];
myfd              841 plugin/ipc/file/fileconnection.cpp   if ( lseek(myfd, 0, SEEK_CUR) == lseek(fd, 0, SEEK_CUR) ) {
myfd              842 plugin/ipc/file/fileconnection.cpp     off_t newOffset = lseek (myfd, 1, SEEK_CUR);
myfd              849 plugin/ipc/file/fileconnection.cpp     JASSERT (-1 != lseek (myfd, -1, SEEK_CUR)) .Text("lseek failed");