OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgetpos
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/bionic/libc/upstream-freebsd/lib/libc/stdio/
fgetpos.c
34
static char sccsid[] = "@(#)
fgetpos
.c 8.1 (Berkeley) 6/4/93";
42
fgetpos
(FILE * __restrict fp, fpos_t * __restrict pos)
function
/bionic/libstdc++/include/
cstdio
51
using ::
fgetpos
;
/ndk/sources/cxx-stl/gabi++/include/
cstdio
51
using ::
fgetpos
;
/ndk/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio
49
using ::
fgetpos
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio
49
using ::
fgetpos
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio
51
using ::
fgetpos
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio
51
using ::
fgetpos
;
/system/extras/tests/bionic/libstdc++/
test_cstdio.cpp
111
using std::
fgetpos
;
/external/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h
72
using _STLP_VENDOR_CSTD::
fgetpos
;
/external/stlport/src/
stdio_streambuf.cpp
43
# define
FGETPOS
fgetpos
48
# define
FGETPOS
fgetpos64
95
FGETPOS
(_M_file, &pos);
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
43
# define
FGETPOS
fgetpos
48
# define
FGETPOS
fgetpos64
95
FGETPOS
(_M_file, &pos);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h
88
/* The type of the second argument to `
fgetpos
' and `fsetpos'. */
767
extern int
fgetpos
(FILE *__restrict __stream, fpos_t *__restrict __pos);
775
extern int __REDIRECT (
fgetpos
, (FILE *__restrict __stream,
780
# define
fgetpos
fgetpos64
Completed in 527 milliseconds
1
2
3
4