HomeSort by relevance Sort by last modified time
    Searched defs:fpos_t (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/
stdio.h 55 typedef off_t fpos_t; typedef
176 int fgetpos(FILE* __fp, fpos_t* __pos) __RENAME(fgetpos64) __INTRODUCED_IN(24);
177 int fsetpos(FILE* __fp, const fpos_t* __pos) __RENAME(fsetpos64) __INTRODUCED_IN(24);
184 fpos_t (*__seek_fn)(void*, fpos_t, int),
188 int fgetpos(FILE* __fp, fpos_t* __pos);
189 int fsetpos(FILE* __fp, const fpos_t* __pos);
196 fpos_t (*__seek_fn)(void*, fpos_t, int),
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 43 typedef __darwin_off_t fpos_t; typedef
53 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 111 typedef _G_fpos_t fpos_t; typedef
113 typedef _G_fpos64_t fpos_t;
795 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
800 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
804 fpos_t *__restrict __pos), fgetpos64);
806 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 58 int fgetpos (FILE * __restrict, fpos_t * __restrict);
60 int fsetpos (FILE *, const fpos_t *);
172 of the fpos_t object. A later successful call to fsetpos using the same
173 stored fpos_t value restores the value of the associated mbstate_t object
177 innards of an fpos_t anyway. The library internally uses off_t,
181 typedef __off_t fpos_t; typedef
185 } fpos_t; typedef in typeref:struct:__sfpos
232 fpos_t (*_seek) (void *, fpos_t, int);
254 fpos_t _offset; /**< current lseek offset */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 103 __MINGW_EXTENSION typedef __int64 fpos_t; typedef
106 __MINGW_EXTENSION typedef long long fpos_t; typedef
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 */
468 int __cdecl fsetpos(FILE *_File,const fpos_t *_Pos);
469 int __cdecl fsetpos64(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 5210 typedef _G_fpos_t fpos_t; typedef
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2019 fpos_t = __darwin_off_t variable
    [all...]

Completed in 1882 milliseconds