OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:off32_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h
7
typedef long
off32_t
;
typedef
26
typedef
off32_t
off_t;
unistd.h
48
int ftruncate(int,
off32_t
);
50
int truncate(const char *,
off32_t
);
53
__CRT_INLINE int ftruncate(int __fd,
off32_t
__length)
Completed in 574 milliseconds