Home
last modified time | relevance | path

Searched refs:fgetpos (Results 1 – 25 of 57) sorted by relevance

123

/openbsd/src/lib/libc/stdio/
Dfgetpos.c40 fgetpos(FILE *fp, fpos_t *pos) in fgetpos() function
44 DEF_STRONG(fgetpos);
DMakefile.inc9 fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fmemopen.c \
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstdio.h61 #undef fgetpos
108 using ::fgetpos;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdio.h62 #undef fgetpos
109 using ::fgetpos;
/openbsd/src/gnu/usr.bin/perl/
Dnostdio.h39 # undef fgetpos
102 # define fgetpos(f,p) _CANNOT _fgetpos_ macro
Dfakesdio.h24 #undef fgetpos
106 #define fgetpos(f,p) _CANNOT _fgetpos_ macro
DXSUB.h504 # undef fgetpos
557 # define fgetpos PerlSIO_fgetpos macro
/openbsd/src/gnu/gcc/libstdc++-v3/include/c/
Dstd_cstdio.h48 #undef fgetpos
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/
Dstd_cstdio.h48 #undef fgetpos
/openbsd/src/regress/lib/libc/orientation/
Dorientation_test.c147 TEST_UNCHANGED(fgetpos(f, &pos)); in main()
148 TEST_UNCHANGED(fgetpos(f, &pos); fsetpos(f, &pos)); in main()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dunimplemented.t32 [fgetpos => \'IO::Seekable::getpos'],
Dexport.t91 execvp fabs fclose fdopen feof ferror fflush fgetc fgetpos
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dstdio.h75 using std::fgetpos;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dstdio.h75 using std::fgetpos;
/openbsd/src/usr.bin/lex/
Dtables.c150 if (fgetpos (wr->out, &(wr->th_ssize_pos)) != 0) in yytbl_hdr_fwrite()
245 if (fgetpos (wr->out, &pos) != 0 in yytbl_data_fwrite()
/openbsd/src/lib/libc/hidden/
Dstdio.h55 PROTO_NORMAL(fgetpos);
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdio85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
145 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DIO.xs150 fgetpos(handle)
172 if (fgetpos(handle, &pos)) {
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pm48 fgetpos => 'IO::Seekable::getpos',
/openbsd/src/gnu/gcc/libmudflap/
Dmf-runtime.h171 #pragma redefine_extname fgetpos __mfwrap_fgetpos
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf52 #fgetpos -- POSIX thread cancellation point
/openbsd/src/include/
Dstdio.h216 int fgetpos(FILE *, fpos_t *);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf51 #fgetpos -- POSIX thread cancellation point
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h234 #define fgetpos(f,p) win32_fgetpos(f,p) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D920428-2.c84 int fgetpos(struct _iobuf *stream, long *pos);

123