Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dosdef2.h.in46 extern off_t lseek(int, off_t, int);
H A Dosdef1.h.in25 extern int fseeko(FILE *, off_t, int);
29 extern off_t ftello(FILE *);
H A Dos_amiga.h81 typedef long off_t; typedef
H A Dconfig.h.in51 /* Defined to the size of off_t */
81 #undef off_t
H A Dif_ruby.c129 #undef off_t // ruby defines off_t as _int64, Mingw uses long
H A Dvim.h401 typedef off_t off_T;
H A Dbufwrite.c1914 vim_ignored = ftruncate(fd, (off_t)0); in buf_write()
H A Dconfigure.ac3738 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
/vim-8.2.3635/runtime/syntax/
H A Dc.vim255 syn keyword cType size_t ssize_t off_t wchar_t ptrdiff_t sig_atomic_t fpos_t
H A Dlisp.vim529 syn keyword lispDecl size_t off_t time_t handle
/vim-8.2.3635/runtime/doc/
H A Dusr_44.txt637 :syntax keyword cType off_t uint
H A Dversion7.txt10063 Correct use of long instead of off_t for file size. (James Vega)
10882 Solution: Undefine off_t. Use ruby_process_options(). (Yasuhiro Matsumoto)
H A Dversion5.txt4435 Binary search for tags was using a file offset "long" instead of "off_t".
H A Dversion8.txt1591 Problem: Compiler warning for using %lld for off_t.
12139 Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct
/vim-8.2.3635/src/auto/
H A Dconfigure12793 /* 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.