Home
last modified time | relevance | path

Searched refs:_off_t (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dftello.c84 _off_t
100 return (_off_t) -1; in _ftello_r()
112 return (_off_t) -1; in _ftello_r()
123 return (_off_t) -1; in _ftello_r()
148 return (_off_t) pos; in _ftello_r()
153 _off_t
H A Dstdio.c85 lseek (fp->_file, (_off_t) 0, SEEK_END); in __swrite()
110 register _off_t ret; in __sseek()
112 ret = lseek (fp->_file, (_off_t) offset, whence); in __sseek()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dftello.c20 _off_t
26 return (_off_t)_ftell_r (ptr, fp);
31 _off_t
35 return (_off_t)_ftell_r (_REENT, fp);
H A Dstdio.c75 (void) _lseek_r (_REENT, fp->_file, (_off_t) 0, SEEK_END);
100 register _off_t ret;
102 ret = _lseek_r (_REENT, fp->_file, (_off_t) offset, whence);
H A Dfseeko.c24 _off_t offset _AND
35 _off_t offset;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dftello.c20 _off_t
26 return (_off_t)_ftell_r (ptr, fp);
31 _off_t
35 return (_off_t)_ftell_r (_REENT, fp);
H A Dstdio.c75 (void) _lseek_r (_REENT, fp->_file, (_off_t) 0, SEEK_END);
100 register _off_t ret;
102 ret = _lseek_r (_REENT, fp->_file, (_off_t) offset, whence);
H A Dfseeko.c24 _off_t offset _AND
35 _off_t offset;
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/reent/
H A Dlseekr.c40 _off_t
43 _off_t pos, in _lseek_r()
46 _off_t ret; in _lseek_r()
49 if ((ret = lseek (fd, pos, whence)) == (_off_t) -1 && errno != 0) in _lseek_r()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/reent/
H A Dlseekr.c48 _off_t
52 _off_t pos _AND
55 _off_t ret;
58 if ((ret = _lseek (fd, pos, whence)) == (_off_t) -1 && errno != 0)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/reent/
H A Dlseekr.c48 _off_t
52 _off_t pos _AND
55 _off_t ret;
58 if ((ret = _lseek (fd, pos, whence)) == (_off_t) -1 && errno != 0)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/reent/
H A Dlseekr.c48 _off_t
52 _off_t pos _AND
55 _off_t ret;
58 if ((ret = _lseek (fd, pos, whence)) == (_off_t) -1 && errno != 0)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/sys/
H A Dstat.h113 _off_t st_size; /* File size in bytes */
129 _off_t st_size; /* File size in bytes */
174 _off_t st_size;
214 _stat->st_size = (_off_t) st.st_size; in _fstat64i32()
234 _stat->st_size = (_off_t) st.st_size; in _fstat32i64()
254 _stat->st_size = (_off_t) st.st_size; in _stat64i32()
274 _stat->st_size = (_off_t) st.st_size; in _stat32i64()
328 _stat->st_size = (_off_t) st.st_size; in _wstat64i32()
348 _stat->st_size = (_off_t) st.st_size; in _wstat32i64()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/sys/
H A Dstat.h113 _off_t st_size; /* File size in bytes */
129 _off_t st_size; /* File size in bytes */
174 _off_t st_size;
214 _stat->st_size = (_off_t) st.st_size; in _fstat64i32()
234 _stat->st_size = (_off_t) st.st_size; in _fstat32i64()
254 _stat->st_size = (_off_t) st.st_size; in _stat64i32()
274 _stat->st_size = (_off_t) st.st_size; in _stat32i64()
328 _stat->st_size = (_off_t) st.st_size; in _wstat64i32()
348 _stat->st_size = (_off_t) st.st_size; in _wstat32i64()
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/sys/
H A Dtypes.h120 typedef long _off_t; /* file offset value */ typedef
125 #define off_t _off_t
136 typedef off_t _off_t; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dunistd.h71 int ftruncate(int, _off_t);
73 int truncate(const char *, _off_t);
76 __CRT_INLINE int ftruncate(int __fd, _off_t __length) in ftruncate()
H A D_mingw_stat64.h33 _off_t st_size;
48 _off_t st_size;
77 _off_t st_size;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dunistd.h71 int ftruncate(int, _off_t);
73 int truncate(const char *, _off_t);
76 __CRT_INLINE int ftruncate(int __fd, _off_t __length) in ftruncate()
H A D_mingw_stat64.h33 _off_t st_size;
48 _off_t st_size;
77 _off_t st_size;
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4statt.h204 typedef _off_t dk4_off_t;
233 typedef _off_t dk4_off_t;
253 typedef _off_t dk4_off_t;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/stdio/
H A Dftello.c3 _off_t ftello(FILE * stream){ in ftello()
4 return (_off_t) ftello64(stream); in ftello()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/stdio/
H A Dftello.c3 _off_t ftello(FILE * stream){ in ftello()
4 return (_off_t) ftello64(stream); in ftello()
/dports/editors/rehex/rehex-0.4.0/src/
H A Dplatform.hpp15 typedef __int64 _off_t; typedef
16 typedef _off_t off_t;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/rtems/include/machine/
H A D_types.h21 typedef __int64_t _off_t; typedef
28 typedef __int32_t _off_t; typedef
/dports/sysutils/rsyncrypto/rsyncrypto-1.14/win32/
H A Dtypes.h12 typedef __int64 _off_t; typedef
13 typedef _off_t off_t;

123456789