| /src/crypto/external/bsd/openssh/dist/ |
| progressmeter.h | 27 void start_progress_meter(const char *, off_t, off_t *);
|
| /src/usr.bin/cmp/ |
| extern.h | 38 void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t); 39 void c_special(int, const char *, off_t, int, const char *, off_t); 40 __dead void diffmsg(const char *, const char *, off_t, off_t); 41 __dead void eofmsg(const char *, off_t, off_t); [all...] |
| /src/usr.sbin/dumplfs/ |
| extern.h | 34 void get(int, off_t, void *, size_t);
|
| /src/sbin/fsck/ |
| progress.h | 41 void progress_bar(const char *, const char *, off_t, off_t);
|
| /src/tests/lib/libc/gen/posix_spawn/ |
| fa_spawn_utils.h | 36 off_t filesize(const char *);
|
| /src/usr.sbin/mdsetimage/ |
| bin.h | 30 int bin_find_md_root(void *, const char *, off_t, unsigned long, 32 void bin_put_32(void *, off_t, char *);
|
| /src/external/bsd/libevent/dist/cmake/ |
| CheckFileOffsetBits.c | 4 #define KB ((off_t)1024) 5 #define MB ((off_t)1024 * KB) 6 #define GB ((off_t)1024 * MB) 7 #define TB ((off_t)1024 * GB)
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/ |
| offset.h | 33 typedef off_t isc_offset_t; 36 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral 45 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \ 46 << (sizeof(off_t) * CHAR_BIT - 1)))
|
| /src/external/bsd/ntp/dist/sntp/libevent/cmake/ |
| CheckFileOffsetBits.c | 5 #define KB ((off_t)1024) 6 #define MB ((off_t)1024 * KB) 7 #define GB ((off_t)1024 * MB) 8 #define TB ((off_t)1024 * GB)
|
| /src/external/gpl2/diffutils/dist/lib/ |
| offtostr.c | 4 #define inttype off_t
|
| /src/sys/fs/efs/ |
| efs_genfs.h | 24 extern int efs_gop_alloc(struct vnode *, off_t, off_t, int, kauth_cred_t);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| off_cvt.h | 10 /* off_t conversions 25 extern off_t off_cvt_string(const char *); 26 extern VSTRING *off_cvt_number(VSTRING *, off_t);
|
| /src/sbin/gpt/ |
| map.h | 35 off_t map_start; 36 off_t map_size; 56 struct map *map_add(struct gpt *, off_t, off_t, int, void *, int); 57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t); 61 off_t map_resize(struct gpt *, struct map *, off_t, off_t); [all...] |
| /src/sbin/newfs_v7fs/ |
| newfs_v7fs.h | 39 off_t tick; 40 off_t cnt; 41 off_t total;
|
| /src/sys/uvm/ |
| uvm_readahead.h | 38 void uvm_ra_request(struct uvm_ractx *, int, struct uvm_object *, off_t, 40 int uvm_readahead(struct uvm_object *, off_t, off_t);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| offset.h | 34 * POSIX says "Additionally, blkcnt_t and off_t are extended signed integral 43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \ 44 << (sizeof(off_t) * CHAR_BIT - 1)))
|
| /src/lib/libc/compat/include/ |
| stdio.h | 42 int fgetpos(FILE * __restrict, off_t * __restrict); 43 int fsetpos(FILE *, const off_t *);
|
| /src/lib/libc/sys/ |
| fdiscard.c | 43 int __fdiscard(int, int, off_t, off_t); 49 fdiscard(int fd, off_t off, off_t len)
|
| lseek.c | 50 off_t __lseek(int, int, off_t, int); 56 off_t 57 lseek(int fd, off_t offset, int whence)
|
| posix_fadvise.c | 34 int __posix_fadvise50(int fd, int pad, off_t offset, off_t size, int hint); 37 posix_fadvise(int fd, off_t offset, off_t size, int hint)
|
| posix_fallocate.c | 43 int __posix_fallocate(int, int, off_t, off_t); 49 posix_fallocate(int fd, off_t off, off_t len)
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| elf_getbase.c | 39 off_t 44 return ((off_t) -1); 48 return ((off_t) 0); 50 return ((off_t) ((uintptr_t) e->e_rawfile -
|
| /src/common/dist/zlib/examples/ |
| zran.h | 11 off_t out; // offset in uncompressed data 12 off_t in; // offset in compressed file of first full byte 21 off_t length; // total length of uncompressed data 34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); 48 off_t offset, unsigned char *buf, size_t len);
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| zran.h | 11 off_t out; // offset in uncompressed data 12 off_t in; // offset in compressed file of first full byte 21 off_t length; // total length of uncompressed data 34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); 48 off_t offset, unsigned char *buf, size_t len);
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| zran.h | 11 off_t out; // offset in uncompressed data 12 off_t in; // offset in compressed file of first full byte 21 off_t length; // total length of uncompressed data 34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); 48 off_t offset, unsigned char *buf, size_t len);
|