Home
last modified time | relevance | path

Searched defs:ftell (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libc/stdio/
H A Dftell.c89 ftell(FILE *fp) in ftell() function
/openbsd-src/gnu/usr.bin/perl/
H A Dperlio.h44 #define ftell ftello macro
H A Dnostdio.h105 # define ftell(f) _CANNOT _ftell_ macro
H A Dfakesdio.h95 #define ftell(f) PerlIO_tell(f) macro
H A Dperl.h3414 # define ftell ftell64 /* don't do ftello global() macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h232 #define ftell(f) win32_ftell(f) macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1173 WRAPPER2(long, ftell, FILE *stream) in WRAPPER2() argument