| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_linux.cpp | 42 # define off_t __kernel_off_t macro 51 # undef off_t macro
|
| /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 macro
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_linux.cpp | 42 # define off_t __kernel_off_t macro 51 # undef off_t macro
|
| /src/sys/arch/hpc/stand/include/machine/ |
| types.h | 34 typedef int32_t off_t; typedef 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 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 55 #define off_t __off_t macro 229 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 193 #define off_t __off_t macro 258 * long arguments will be promoted to off_t if the program fails to 259 * include that header or explicitly cast them to off_t. 267 off_t lseek(int, off_t, int); 268 int ftruncate(int, off_t); 269 int truncate(const char *, off_t);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_dispatch_defs.h | 69 typedef __sanitizer::s64 off_t; typedef
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_dispatch_defs.h | 69 typedef __sanitizer::s64 off_t; typedef
|
| /src/include/ |
| stdio.h | 374 #ifndef off_t 375 typedef __off_t off_t; typedef 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...] |
| /src/external/bsd/top/dist/machine/ |
| m_irix5.c | 76 #define off_t off64_t macro 313 off_t fswap; /* current free swap in blocks */ 314 off_t tswap; /* total swap in blocks */ 490 off_t offset;
|