OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsetpos64
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
47
# define FSETPOS
fsetpos64
/bionic/libc/include/
stdio.h
172
int fsetpos(FILE*, const fpos_t*) __RENAME(
fsetpos64
);
variable
196
int
fsetpos64
(FILE*, const fpos64_t*);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h
782
(FILE *__stream, __const fpos_t *__pos),
fsetpos64
);
785
# define fsetpos
fsetpos64
794
extern int
fsetpos64
(FILE *__stream, __const fpos64_t *__pos);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h
806
(FILE *__stream, __const fpos_t *__pos),
fsetpos64
);
809
# define fsetpos
fsetpos64
818
extern int
fsetpos64
(FILE *__stream, __const fpos64_t *__pos);
/bionic/libc/stdio/
stdio.cpp
519
int
fsetpos64
(FILE* fp, const fpos64_t* pos) {
function
/bionic/tests/
stdio_test.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h
458
int __cdecl
fsetpos64
(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */
[
all
...]
Completed in 289 milliseconds