Searched refs:lseek (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dlseek.c5 off_t lseek(int fd, off_t offset, int whence) function
15 LFS64(lseek); variable
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Drewinddir.c9 lseek(dir->fd, 0, SEEK_SET);
H A Dseekdir.c9 dir->tell = lseek(dir->fd, off, SEEK_SET);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h93 # define lseek macseek macro
H A Dsystem.h105 # define lseek _lseek macro
152 E int FDECL(lseek, (int,off_t,int));
154 E long FDECL(lseek, (int,off_t,int));
161 E long FDECL(lseek, (int,long,int));
265 E long FDECL(lseek, (int,long,int));
H A Dntconf.h159 long _RTLENTRY _EXPFUNC lseek (int __handle, long __offset, int __fromwhere);
H A Dwceconf.h282 extern long __cdecl lseek(int, long, int);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h93 # define lseek macseek macro
H A Dsystem.h105 # define lseek _lseek macro
152 E int FDECL(lseek, (int,off_t,int));
154 E long FDECL(lseek, (int,off_t,int));
161 E long FDECL(lseek, (int,long,int));
265 E long FDECL(lseek, (int,long,int));
H A Dntconf.h159 long _RTLENTRY _EXPFUNC lseek (int __handle, long __offset, int __fromwhere);
H A Dwceconf.h282 extern long __cdecl lseek(int, long, int);
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h42 off_t lseek(int, off_t, int);
194 #define lseek64 lseek
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drestore.c525 (void) lseek(fd, (off_t)0, 0);
630 (void) lseek(fd, 0L, 0);
632 (void) lseek(fd, (off_t)0, 0);
H A Dfiles.c559 reslt = lseek(fd, 0L, SEEK_SET);
561 panic("open_levelfile_exclusively: lseek failed %d", errno);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drestore.c525 (void) lseek(fd, (off_t)0, 0);
630 (void) lseek(fd, 0L, 0);
632 (void) lseek(fd, (off_t)0, 0);
H A Dfiles.c559 reslt = lseek(fd, 0L, SEEK_SET);
561 panic("open_levelfile_exclusively: lseek failed %d", errno);
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio.c219 int seekable = lseek(fd, 0, SEEK_CUR) >= 0;
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c509 if (lseek(fd, off, SEEK_SET) < 0) return MAP_FAILED;

Completed in 242 milliseconds