Searched refs:fpos_t (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
53 fpos_t (*)(void *, fpos_t, int),
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdio.pxd51 ctypedef struct fpos_t
52 ctypedef const fpos_t const_fpos_t "const fpos_t"
53 int fgetpos (FILE *stream, fpos_t *position)
54 int fsetpos (FILE *stream, const fpos_t *position)
/external/bison/lib/
H A Dstdio-impl.h48 fpos_t _offset; \
/external/stlport/stlport/stl/
H A D_cstdio.h54 using _STLP_VENDOR_CSTD::fpos_t;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPjitter.cc47 fpos_t cur_pos;
/external/stlport/src/
H A Dstdio_streambuf.cpp44 # define FPOS_T fpos_t
96 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
115 // added 21 june 00 mdb,rjf,wjs: glibc 2.2 changed fpos_t to be a struct instead
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp86 fpos_t fpos = {0};
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp87 std::fpos_t fpos = {0};
/external/svox/pico/lib/
H A Dpicopal.c360 fpos_t fpos;
/external/libpng/contrib/tools/
H A Dpngfix.c868 fpos_t data_pos; /* Position of first byte of chunk data */
1203 file_getpos(struct file *file, fpos_t *pos)
1214 file_setpos(struct file *file, const fpos_t *pos)
1550 fpos_t chunk_data_pos; /* Position of first byte of chunk data */
2615 fpos_t start_pos;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
H A Ddwarf32_testhd.asm961 .string "fpos_t"
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5210 typedef _G_fpos_t fpos_t; typedef
5513 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
5518 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);

Completed in 3540 milliseconds