OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsetpos
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/bionic/libc/upstream-freebsd/lib/libc/stdio/
fsetpos.c
34
static char sccsid[] = "@(#)
fsetpos
.c 8.1 (Berkeley) 6/4/93";
43
*
fsetpos
: like fseek.
46
fsetpos
(FILE *iop, const fpos_t *pos)
function
/bionic/libstdc++/include/
cstdio
61
using ::
fsetpos
;
/ndk/sources/cxx-stl/gabi++/include/
cstdio
61
using ::
fsetpos
;
/ndk/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio
59
using ::
fsetpos
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio
59
using ::
fsetpos
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio
61
using ::
fsetpos
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio
61
using ::
fsetpos
;
/system/extras/tests/bionic/libstdc++/
test_cstdio.cpp
121
using std::
fsetpos
;
/external/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h
84
using _STLP_VENDOR_CSTD::
fsetpos
;
/external/stlport/src/
stdio_streambuf.cpp
42
# define
FSETPOS
fsetpos
47
# define
FSETPOS
fsetpos64
141
return
FSETPOS
(_M_file, &p) == 0 ? pos : pos_type(-1);
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
42
# define
FSETPOS
fsetpos
47
# define
FSETPOS
fsetpos64
141
return
FSETPOS
(_M_file, &p) == 0 ? pos : pos_type(-1);
/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
'. */
772
extern int
fsetpos
(FILE *__stream, __const fpos_t *__pos);
777
extern int __REDIRECT (
fsetpos
,
781
# define
fsetpos
fsetpos64
Completed in 564 milliseconds
1
2
3
4