/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_linux.cc | 40 #define off_t __kernel_off_t macro 49 #undef off_t
|
/src/sys/arch/hpc/stand/include/machine/ |
types.h | 34 typedef int32_t off_t; typedef in typeref:typename:int32_t 35 #define off_t int32_t macro
|
/src/sys/sys/ |
uio.h | 64 #ifndef off_t 65 typedef __off_t off_t; /* file offset */ typedef in typeref:typename:__off_t 66 #define off_t __off_t macro 84 off_t uio_offset; /* offset into file this uio corresponds to */ 113 ssize_t preadv(int, const struct iovec *, int, off_t); 114 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
mman.h | 53 #ifndef off_t 54 typedef __off_t off_t; /* file offset */ typedef in typeref:typename:__off_t 55 #define off_t __off_t macro 228 void * mmap(void *, size_t, int, int, int, off_t);
|
types.h | 191 #ifndef off_t 192 typedef __off_t off_t; /* file offset */ typedef in typeref:typename:__off_t 193 #define off_t __off_t macro 251 * long arguments will be promoted to off_t if the program fails to 252 * include that header or explicitly cast them to off_t. 260 off_t lseek(int, off_t, int); 261 int ftruncate(int, off_t); 262 int truncate(const char *, off_t);
|
conf.h | 80 int (*d_discard)(dev_t, off_t, off_t); 99 paddr_t (*d_mmap)(dev_t, off_t, int); 101 int (*d_discard)(dev_t, off_t, off_t); 129 typedef paddr_t dev_mmap_t(dev_t, off_t, int); typedef in typeref:typename:paddr_t dev_mmap_t (dev_t,,int) 134 typedef int dev_discard_t(dev_t, off_t, off_t); typedef in typeref:typename:int dev_discard_t (dev_t,off_t,) 167 paddr_t nommap(dev_t, off_t, int);
|
/src/include/ |
stdio.h | 374 #ifndef off_t 375 typedef __off_t off_t; typedef in typeref:typename:__off_t 376 #define off_t __off_t macro 377 #endif /* off_t */ 380 int fseeko(FILE *, off_t, int); 381 off_t ftello(FILE *); 433 off_t (*)(void *, off_t, int), 438 off_t (*)(void *, off_t, int) [all...] |