HomeSort by relevance Sort by last modified time
    Searched full:fsetpos (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libnss_compat-2.11.1.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_files-2.11.1.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_compat-2.11.1.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_files-2.11.1.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);
  /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;

Completed in 1659 milliseconds

1 2 3 4 5 6 7 8 91011>>