OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_off_t
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h
5
typedef long
_off_t
;
typedef
unistd.h
71
int ftruncate(int,
_off_t
);
73
int truncate(const char *,
_off_t
);
76
__CRT_INLINE int ftruncate(int __fd,
_off_t
__length)
_mingw_stat64.h
27
_off_t
st_size;
42
_off_t
st_size;
71
_off_t
st_size;
stdio.h
473
/* int fseeko32(FILE* stream,
_off_t
offset, int whence);*/ /* fseeko32 redirects to fseeko64 */
475
int fseeko(FILE* stream,
_off_t
offset, int whence);
486
_off_t
ftello(FILE * stream);
[
all
...]
/external/e2fsprogs/include/nonunix/
unistd.h
24
#define off_t
_off_t
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h
90
_Stat->st_size=(
_off_t
) st.st_size;
116
_Stat->st_size=(
_off_t
) st.st_size;
227
_Stat->st_size=(
_off_t
) st.st_size;
252
_Stat->st_size=(
_off_t
) st.st_size;
Completed in 304 milliseconds