Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 13 of 13) sorted by relevance

/misc/
A Dtruncate64.c26 if ((off_t) length != length) in truncate64()
31 return __truncate (path, (off_t) length); in truncate64()
A Dftruncate64.c26 if ((off_t) length != length) in __ftruncate64()
31 return __ftruncate (fd, (off_t) length); in __ftruncate64()
A Dmmap64.c35 off_t small_offset = (off_t) offset; in __mmap64()
A Dtst-preadvwritev64.c37 off_t base_offset = UINT32_MAX + 2048LL; in do_test()
48 off_t expected_value = base_offset + (2 * (96LL)); in do_test()
A Dtruncate.c23 __truncate (const char *path, off_t length) in __truncate()
A Dftruncate.c24 __ftruncate (int fd, off_t length) in __ftruncate()
A Dpwritev.c29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
A Dpreadv.c29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
A Dpwritev2.c24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
A Dpreadv2.c24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
A Dmmap.c32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap()
A Dtst-preadvwritev-common.c96 do_test_with_offset (off_t offset) in do_test_with_offset()
/misc/sys/
A Dmman.h29 typedef __off_t off_t; typedef
31 typedef __off64_t off_t; typedef

Completed in 29 milliseconds