Searched refs:off_t (Results 1 - 25 of 95) sorted by relevance

1234

/seL4-refos-master/libs/libmuslc/src/dirent/
H A D__dirent.h4 off_t tell;
/seL4-refos-master/libs/libmuslc/include/sys/
H A Dsendfile.h11 ssize_t sendfile(int, int, off_t *, size_t);
15 #define off64_t off_t
H A Duio.h30 ssize_t preadv (int, const struct iovec *, int, off_t);
31 ssize_t pwritev (int, const struct iovec *, int, off_t);
35 #define off64_t off_t
/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dposix_fallocate.c5 int posix_fallocate(int fd, off_t base, off_t len)
H A Dposix_fadvise.c5 int posix_fadvise(int fd, off_t base, off_t len, int advice)
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dfgetpos.c5 off_t off = __ftello(f);
7 *(off_t *)pos = off;
H A D__stdio_seek.c3 off_t __stdio_seek(FILE *f, off_t off, int whence)
5 off_t ret;
H A Dfsetpos.c5 return __fseeko(f, *(const off_t *)pos, SEEK_SET);
H A Dftell.c5 off_t __ftello_unlocked(FILE *f)
7 off_t pos = f->seek(f, 0,
16 off_t __ftello(FILE *f)
18 off_t pos;
27 off_t pos = __ftello(f);
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dlseek.c5 off_t lseek(int fd, off_t offset, int whence)
8 off_t result;
H A Dftruncate.c5 int ftruncate(int fd, off_t length)
H A Dtruncate.c5 int truncate(const char *path, off_t length)
H A Dpread.c5 ssize_t pread(int fd, void *buf, size_t size, off_t ofs)
H A Dpwrite.c5 ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs)
/seL4-refos-master/libs/libmuslc/include/
H A Dfcntl.h27 off_t l_start;
28 off_t l_len;
36 int posix_fadvise(int, off_t, off_t, int);
37 int posix_fallocate(int, off_t, off_t);
138 int lockf(int, int, off_t);
159 int fallocate(int, int, off_t, off_t);
161 ssize_t readahead(int, off_t, size_
[all...]
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dfallocate.c6 int fallocate(int fd, int mode, off_t base, off_t len)
H A Dsplice.c5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags)
H A Dreadahead.c5 ssize_t readahead(int fd, off_t pos, size_t len)
H A Dsendfile.c5 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count)
H A Dsync_file_range.c6 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags)
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h31 off_t (*seek)(FILE *, off_t, int);
44 off_t off;
48 off_t shlim, shcnt;
56 off_t __stdio_seek(FILE *, off_t, int);
69 int __fseeko(FILE *, off_t, int);
70 int __fseeko_unlocked(FILE *, off_t, int);
71 off_t __ftello(FILE *);
72 off_t __ftello_unlocke
[all...]
/seL4-refos-master/libs/libutils/include/utils/
H A Dcircular_buffer.h33 off_t head;
34 off_t tail;
40 static inline off_t _next_pos(circ_buf_t *cb, off_t pos)
/seL4-refos-master/libs/libmuslc/arch/aarch64/bits/
H A Dstat.h10 off_t st_size;
/seL4-refos-master/libs/libmuslc/arch/aarch64_sel4/bits/
H A Dstat.h10 off_t st_size;
/seL4-refos-master/libs/libmuslc/arch/arm/bits/
H A Dstat.h14 off_t st_size;

Completed in 89 milliseconds

1234