Searched defs:fseek (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/lib/libc/stdio/ |
| D | fseek.c | 249 fseek(FILE *fp, long offset, int whence) in fseek() function
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perlio.h | 48 #define fseek fseeko macro
|
| D | fakesdio.h | 94 #define fseek(f,o,w) PerlIO_seek(f,o,w) macro
|
| D | nostdio.h | 103 # define fseek(f,o,w) _CANNOT _fseek_ macro
|
| D | config_h.SH | 165 * available to set the file position indicator, similar to fseek(). function
|
| D | XSUB.h | 556 # define fseek PerlSIO_fseek macro
|
| D | perl.h | 3413 # define fseek fseek64 /* don't do fseeko here, see perlio.c */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/include/mpw/ |
| D | mpw.h | 114 #define fseek mpw_fseek macro
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32iop.h | 233 #define fseek(f,o,w) win32_fseek(f,o,w) macro
|
| /openbsd/src/gnu/gcc/libmudflap/ |
| D | mf-hooks2.c | 1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) in WRAPPER2() argument
|