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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fsetpos.c 2 Implementation of fsetpos as declared in <stdio.h>.
43 NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp
44 fsetpos.c 8.1 (Berkeley) 6/4/93
54 * fsetpos: like fseek.
57 fsetpos(FILE *iop, const fpos_t *pos) function
Stdio.inf 47 fsetpos.c #
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 57 fsetpos(fid, &cur_pos);
  /prebuilts/ndk/r11/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/ndk/r13/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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 88 /* The type of the second argument to `fgetpos' and `fsetpos'. */
776 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
781 extern int __REDIRECT (fsetpos,
785 # define fsetpos fsetpos64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 108 /* The type of the second argument to `fgetpos' and `fsetpos'. */
800 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
805 extern int __REDIRECT (fsetpos,
809 # define fsetpos fsetpos64
  /bionic/tests/
stdio_test.cpp 854 ASSERT_EQ(0, fsetpos(fp, &pos2));
856 ASSERT_EQ(0, fsetpos(fp, &pos1));
858 ASSERT_EQ(0, fsetpos(fp, &pos4));
860 ASSERT_EQ(0, fsetpos(fp, &pos3));
862 ASSERT_EQ(0, fsetpos(fp, &pos5));
917 ASSERT_EQ(0, fsetpos(fp, &mb_two_bytes_pos));
920 // Moving withing a multi byte with fsetpos should work but reading should
922 ASSERT_EQ(0, fsetpos(fp, &pos_inside_mb));
    [all...]
  /development/ndk/platforms/android-21/include/
stdio.h 289 int fsetpos(FILE *, const fpos_t *);
  /development/ndk/platforms/android-9/include/
stdio.h 228 int fsetpos(FILE *, const fpos_t *);
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 162 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 126 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), "");
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 229 int fsetpos(FILE *, const fpos_t *);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 229 int fsetpos(FILE *, const fpos_t *);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdio.h 228 int fsetpos(FILE *, const fpos_t *);

Completed in 5894 milliseconds

1 2 3 4 5 6