OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsetpos
(Results
1 - 25
of
244
) sorted by null
1
2
3
4
5
6
7
8
9
10
/bionic/libc/stdio/
fsetpos.c
1
/* $OpenBSD:
fsetpos
.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
37
*
fsetpos
: like fseeko.
40
fsetpos
(FILE *iop, const fpos_t *pos)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_compat-2.7.so
libnss_compat.so
libnss_compat.so.2
libnss_files-2.7.so
libnss_files.so
libnss_files.so.2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_compat-2.7.so
libnss_compat.so
libnss_compat.so.2
libnss_files-2.7.so
libnss_files.so
libnss_files.so.2
/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);
/external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp
131
if (
fsetpos
(bundle, &footerMagicNumberPosition))
152
if (
fsetpos
(bundle, &footerLengthPosition))
166
if (
fsetpos
(bundle, &footerStartPosition))
/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
;
Completed in 966 milliseconds
1
2
3
4
5
6
7
8
9
10