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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dtypes_std.cc26 std::FILE fpos_t; member in namespace:gnu
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dtables.h53 fpos_t th_ssize_pos;
H A Dtables.c198 fpos_t pos;
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfgetpos.c52 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos)
H A Dfsetpos.c55 fsetpos(FILE * __restrict fp, const fpos_t * __restrict pos)
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/cf/
H A Dsunos4.h49 #define fpos_t long macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h36 using std::fpos_t;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dstdio.h36 using std::fpos_t;
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h64 * innards of an fpos_t anyway. The library internally uses off_t,
70 } fpos_t; typedef in typeref:struct:__sfpos
286 int fgetpos(FILE * __restrict, fpos_t * __restrict) __RENAME(__fgetpos50);
287 int fsetpos(FILE *, const fpos_t *) __RENAME(__fsetpos50);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-types.h136 typedef int fpos_t; typedef
H A Dscan-types.sh39 for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t size_t ssize_t time_t uid_t va_list int32_t uint_32_t ; do
73 #define ${macro_prefix}fpos_t ${fpos_t-long /* default */}
H A Dsys-protos.h337 extern int fgetpos(FILE *, fpos_t *);
407 extern int fsetpos(FILE *, const fpos_t *);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h101 using ::fpos_t;
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dftp.c491 static fpos_t _ftp_seekfn(void *, fpos_t, int);
555 static fpos_t
556 _ftp_seekfn(void *v, fpos_t pos __unused, int whence __unused)
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dtrace.c509 fpos_t curpos;
662 fpos_t curpos;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-hooks2.c1196 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos)
1206 WRAPPER2(int, fsetpos, FILE *stream, fpos_t *pos)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h346 #define fpos_t long macro

Completed in 220 milliseconds