Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/stdio/
H A Dfseek.c249 fseek(FILE *fp, long offset, int whence) in fseek() function
/openbsd-src/gnu/usr.bin/perl/
H A Dperlio.h48 #define fseek fseeko macro
H A Dnostdio.h103 # define fseek(f,o,w) _CANNOT _fseek_ macro
H A Dfakesdio.h94 #define fseek(f,o,w) PerlIO_seek(f,o,w) macro
H A Dperl.h3411 # define fseek fseek64 /* don't do fseeko global() macro
/openbsd-src/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h114 #define fseek mpw_fseek macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h233 #define fseek(f,o,w) win32_fseek(f,o,w) macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf69 fseek keyword
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) in WRAPPER2() argument