Searched refs:fgetpos (Results 1 – 25 of 57) sorted by relevance
123
| /openbsd/src/lib/libc/stdio/ |
| D | fgetpos.c | 40 fgetpos(FILE *fp, fpos_t *pos) in fgetpos() function 44 DEF_STRONG(fgetpos);
|
| D | Makefile.inc | 9 fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fmemopen.c \
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cstdio.h | 61 #undef fgetpos 108 using ::fgetpos;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cstdio.h | 62 #undef fgetpos 109 using ::fgetpos;
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | nostdio.h | 39 # undef fgetpos 102 # define fgetpos(f,p) _CANNOT _fgetpos_ macro
|
| D | fakesdio.h | 24 #undef fgetpos 106 #define fgetpos(f,p) _CANNOT _fgetpos_ macro
|
| D | XSUB.h | 504 # undef fgetpos 557 # define fgetpos PerlSIO_fgetpos macro
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c/ |
| D | std_cstdio.h | 48 #undef fgetpos
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/ |
| D | std_cstdio.h | 48 #undef fgetpos
|
| /openbsd/src/regress/lib/libc/orientation/ |
| D | orientation_test.c | 147 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/ |
| D | unimplemented.t | 32 [fgetpos => \'IO::Seekable::getpos'],
|
| D | export.t | 91 execvp fabs fclose fdopen feof ferror fflush fgetc fgetpos
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | stdio.h | 75 using std::fgetpos;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | stdio.h | 75 using std::fgetpos;
|
| /openbsd/src/usr.bin/lex/ |
| D | tables.c | 150 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/ |
| D | stdio.h | 55 PROTO_NORMAL(fgetpos);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cstdio | 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 145 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/perl/dist/IO/ |
| D | IO.xs | 150 fgetpos(handle) 172 if (fgetpos(handle, &pos)) {
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| D | POSIX.pm | 48 fgetpos => 'IO::Seekable::getpos',
|
| /openbsd/src/gnu/gcc/libmudflap/ |
| D | mf-runtime.h | 171 #pragma redefine_extname fgetpos __mfwrap_fgetpos
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cfns.gperf | 52 #fgetpos -- POSIX thread cancellation point
|
| /openbsd/src/include/ |
| D | stdio.h | 216 int fgetpos(FILE *, fpos_t *);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cfns.gperf | 51 #fgetpos -- POSIX thread cancellation point
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32iop.h | 234 #define fgetpos(f,p) win32_fgetpos(f,p) macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920428-2.c | 84 int fgetpos(struct _iobuf *stream, long *pos);
|
123