lseek             335 dmtcpplugin.cpp   lseek(env_fd, 0, SEEK_SET);
lseek             213 mtcp/mtcp_sys.h #define mtcp_sys_lseek(args...)  mtcp_inline_syscall(lseek,3,args)
lseek             266 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (off_t,lseek) (fd,offset,whence);
lseek             539 plugin/ipc/file/fileconnection.cpp   _offset = lseek(_fds[0], 0, SEEK_CUR);
lseek             708 plugin/ipc/file/fileconnection.cpp       JASSERT(lseek(_fds[0], _offset, SEEK_SET) == _offset)
lseek             841 plugin/ipc/file/fileconnection.cpp   if ( lseek(myfd, 0, SEEK_CUR) == lseek(fd, 0, SEEK_CUR) ) {
lseek             842 plugin/ipc/file/fileconnection.cpp     off_t newOffset = lseek (myfd, 1, SEEK_CUR);
lseek             845 plugin/ipc/file/fileconnection.cpp     if ( newOffset == lseek (fd, 0, SEEK_CUR) ) {
lseek             849 plugin/ipc/file/fileconnection.cpp     JASSERT (-1 != lseek (myfd, -1, SEEK_CUR)) .Text("lseek failed");
lseek             326 plugin/ipc/file/fileconnlist.cpp   JASSERT(lseek(fd, area.offset, SEEK_SET) == area.offset) (JASSERT_ERRNO);
lseek              44 plugin/ipc/file/filewrappers.h #define _real_lseek NEXT_FNC(lseek)
lseek              54 procselfmaps.cpp   JASSERT(lseek(fd, 0, SEEK_SET) == 0);
lseek              76 shareddata.cpp   JASSERT(lseek(PROTECTED_SHM_FD, size, SEEK_SET) == size)