Home
last modified time | relevance | path

Searched defs:fseek (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/lib/libc/stdio/
Dfseek.c249 fseek(FILE *fp, long offset, int whence) in fseek() function
/openbsd/src/gnu/usr.bin/perl/
Dperlio.h48 #define fseek fseeko macro
Dfakesdio.h94 #define fseek(f,o,w) PerlIO_seek(f,o,w) macro
Dnostdio.h103 # define fseek(f,o,w) _CANNOT _fseek_ macro
Dconfig_h.SH165 * available to set the file position indicator, similar to fseek(). function
DXSUB.h556 # define fseek PerlSIO_fseek macro
Dperl.h3413 # define fseek fseek64 /* don't do fseeko here, see perlio.c */ macro
/openbsd/src/gnu/usr.bin/binutils/include/mpw/
Dmpw.h114 #define fseek mpw_fseek macro
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h233 #define fseek(f,o,w) win32_fseek(f,o,w) macro
/openbsd/src/gnu/gcc/libmudflap/
Dmf-hooks2.c1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) in WRAPPER2() argument