OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_off64_t
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h
13
__MINGW_EXTENSION typedef long long
_off64_t
;
typedef
unistd.h
60
int ftruncate64(int,
_off64_t
);
62
int truncate64(const char *,
_off64_t
);
io.h
194
_off64_t
lseek64(int fd,
_off64_t
offset, int whence);
stdio.h
463
int fseeko64(FILE* stream,
_off64_t
offset, int whence);
476
_off64_t
ftello64(FILE * stream);
[
all
...]
Completed in 5836 milliseconds