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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetpos.c 2 Implementation of fgetpos as declared in <stdio.h>.
43 NetBSD: fgetpos.c,v 1.11 2003/08/07 16:43:23 agc Exp
44 fgetpos.c 8.1 (Berkeley) 6/4/93
54 fgetpos(FILE *fp, fpos_t *pos) function
Stdio.inf 37 fgetpos.c #
  /prebuilts/ndk/r16/sources/android/support/include/
stdio.h 38 int fgetpos(FILE*, const fpos_t*) __RENAME(fgetpos64);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 51 using ::fgetpos;
  /external/libxcam/xcore/
file_handle.cpp 110 if (fgetpos (_fp, &cur_pos) < 0)
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 50 if (!fid || fgetpos(fid, &cur_pos)) {
  /bionic/libc/include/
stdio.h 176 int fgetpos(FILE* __fp, fpos_t* __pos) __RENAME(fgetpos64) __INTRODUCED_IN(24);
188 int fgetpos(FILE* __fp, fpos_t* __pos);
  /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'. */
795 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
803 extern int __REDIRECT (fgetpos, (FILE *__restrict __stream,
808 # define fgetpos fgetpos64
  /bionic/tests/
stdio_test.cpp     [all...]
  /bionic/tests/headers/posix/
stdio_h.c 87 FUNCTION(fgetpos, int (*f)(FILE*, fpos_t*));
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 160 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 124 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 160 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 124 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), "");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 228 fgetpos (InFile, &InputFileLength);
340 fgetpos (InFile, &FileSize);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 58 int fgetpos (FILE * __restrict, fpos_t * __restrict);
170 current parse state of the stream. A successful call to fgetpos stores a
    [all...]
  /external/libpng/contrib/libtests/
timepng.c 275 if (fgetpos(fp, &pos))
279 fprintf(stderr, "temporary file fgetpos error\n");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 520 #define fgetpos(...) (pthread_testcancel(), fgetpos(__VA_ARGS__)) macro
    [all...]
stdio.h 452 int __cdecl fgetpos(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* 64bit only, no 32bit version */
453 int __cdecl fgetpos64(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* fgetpos already 64bit */
    [all...]
  /bionic/libc/stdio/
stdio.cpp 618 int fgetpos(FILE* fp, fpos_t* pos) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 707 and fgetpos() to implement fseek()*/
721 if (fgetpos(fp, &pos) != 0)
748 if (fgetpos(fp, &pos) != 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 693 and fgetpos() to implement fseek()*/
707 if (fgetpos(fp, &pos) != 0)
734 if (fgetpos(fp, &pos) != 0)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 705 and fgetpos() to implement fseek()*/
719 if (fgetpos(fp, &pos) != 0)
746 if (fgetpos(fp, &pos) != 0)
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 430 case LibFunc::fgetpos:
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 774 case LibFunc::fgetpos:
    [all...]

Completed in 708 milliseconds

1 2