OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgetpos64
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
48
# define FGETPOS
fgetpos64
/bionic/libc/include/
stdio.h
171
int fgetpos(FILE*, fpos_t*) __RENAME(
fgetpos64
);
variable
195
int
fgetpos64
(FILE*, fpos64_t*);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h
780
fpos_t *__restrict __pos),
fgetpos64
);
784
# define fgetpos
fgetpos64
793
extern int
fgetpos64
(FILE *__restrict __stream, fpos64_t *__restrict __pos);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h
804
fpos_t *__restrict __pos),
fgetpos64
);
808
# define fgetpos
fgetpos64
817
extern int
fgetpos64
(FILE *__restrict __stream, fpos64_t *__restrict __pos);
/bionic/tests/
stdio_test.cpp
[
all
...]
/bionic/libc/stdio/
stdio.cpp
544
int
fgetpos64
(FILE* fp, fpos64_t* pos) {
function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h
441
int __cdecl
fgetpos64
(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* fgetpos already 64bit */
[
all
...]
Completed in 435 milliseconds