Searched refs:off_t (Results 1 – 15 of 15) sorted by relevance
46 extern off_t lseek(int, off_t, int);
25 extern int fseeko(FILE *, off_t, int);29 extern off_t ftello(FILE *);
81 typedef long off_t; typedef
51 /* Defined to the size of off_t */81 #undef off_t
129 #undef off_t // ruby defines off_t as _int64, Mingw uses long
401 typedef off_t off_T;
1914 vim_ignored = ftruncate(fd, (off_t)0); in buf_write()
3738 dnl appropriate, so that off_t is 64 bits when needed.4213 AC_CHECK_SIZEOF([off_t])4584 dnl (e.g. ino_t and off_t), all of Vim's modules must be compiled with a
255 syn keyword cType size_t ssize_t off_t wchar_t ptrdiff_t sig_atomic_t fpos_t
529 syn keyword lispDecl size_t off_t time_t handle
637 :syntax keyword cType off_t uint
10063 Correct use of long instead of off_t for file size. (James Vega)10882 Solution: Undefine off_t. Use ruby_process_options(). (Yasuhiro Matsumoto)
4435 Binary search for tags was using a file offset "long" instead of "off_t".
1591 Problem: Compiler warning for using %lld for off_t.12139 Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct
12793 /* Check that off_t can represent 2**63 - 1 correctly.12863 /* Check that off_t can represent 2**63 - 1 correctly.12932 /* Check that off_t can represent 2**63 - 1 correctly.