Searched defs:whence (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__stdio_seek.c3 off_t __stdio_seek(FILE *f, off_t off, int whence) argument
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) argument
27 int __fseeko(FILE *f, off_t off, int whence) argument
36 int fseek(FILE *f, long off, int whence) argument
H A Dopen_memstream.c15 static off_t ms_seek(FILE *f, off_t off, int whence) argument
H A Dfmemopen.c12 static off_t mseek(FILE *f, off_t off, int whence) argument
H A Dopen_wmemstream.c17 static off_t wms_seek(FILE *f, off_t off, int whence) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dlseek.c5 off_t lseek(int fd, off_t offset, int whence) argument
/seL4-refos-master/libs/librefossys/src/refos-io/
H A Dfiletable.c207 filetable_lseek(fd_table_t *fdt, int fd, int *offset, int whence) argument
/seL4-refos-master/libs/librefossys/src/
H A Dsys_io.c282 _sys_lseek(int fildes, off_t offset, int whence) argument
303 int whence = va_arg(ap, int); local
314 int whence = va_arg(ap, int); local
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/refos-io/
H A Dfiletable.c207 filetable_lseek(fd_table_t *fdt, int fd, int *offset, int whence) argument
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_io.c282 _sys_lseek(int fildes, off_t offset, int whence) argument
303 int whence = va_arg(ap, int); local
314 int whence = va_arg(ap, int); local
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_io.c443 int whence = va_arg(ap, int); local
505 int whence = va_arg(ap, int); local
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_io.c443 int whence = va_arg(ap, int); local
505 int whence = va_arg(ap, int); local

Completed in 59 milliseconds