Searched defs:off64_t (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs.h | 39 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() argument 40 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev() argument 66 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() argument 67 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev() argument
|
A D | ro_file_impl.h | 101 Ro_file::pwritev(const struct iovec *, int, off64_t) throw() in pwritev() argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | unistd.h | 254 typedef __off64_t off64_t; typedef
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | types.h | 94 typedef __off64_t off64_t; typedef
|
Completed in 6 milliseconds