Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 25 of 43) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/
Dnostdio.h49 #undef fsetpos
102 #define fsetpos(f,p) _CANNOT _fsetpos_ macro
Dfakesdio.h36 #undef fsetpos
106 #define fsetpos(f,p) _CANNOT _fsetpos_ macro
DXSUB.h457 # define fsetpos PerlSIO_fsetpos macro
Diperlsys.h349 #define PerlSIO_fsetpos(f,p) fsetpos(f,p)
DREADME.hpux383 freopen, fsetpos, fstat,
/mirbsd/src/lib/libc/stdio/
Dfsetpos.c40 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos() function
DMakefile.inc11 fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \
53 MLINKS+=fseek.3 fgetpos.3 fseek.3 fsetpos.3 fseek.3 ftell.3 fseek.3 rewind.3
/mirbsd/src/gnu/usr.bin/perl/ext/IO/
DIO.xs165 fsetpos(handle, pos)
188 RETVAL = fsetpos(handle, (Fpos_t*)p);
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h243 #undef fsetpos
244 #define fsetpos(f,p) win32_fsetpos(f,p) macro
Dwince.c1465 return fsetpos(pf, p); in win32_fsetpos()
2381 fsetpos(pfdup, &pos); in win32_fdupopen()
Dperlhost.h875 fsetpos(pfdup, &pos); in PerlStdIOFdupopen()
/mirbsd/src/gnu/usr.bin/perl/NetWare/
DCLIBsdio.h132 #pragma aux fsetpos = "call gpf_fsetpos";
Dnw5.c477 return fsetpos(pf, p); in nw_fsetpos()
Dnwperlsys.h583 fsetpos(pfdup, &pos); in PerlStdIOFdupopen()
Dnwperlhost.h692 fsetpos((FILE*)pfdup, &pos); in PerlStdIOFdupopen()
/mirbsd/src/include/
Dstdio.h245 int fsetpos(FILE *, const fpos_t *);
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.pm301 sub fsetpos { subroutine
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h235 #define fsetpos(f,p) win32_fsetpos(f,p) macro
Dwin32.c2642 return fsetpos(pf, &offset); in win32_fseek()
2669 return fsetpos(pf, p); in win32_fsetpos()
4384 fsetpos(pfdup, &pos); in win32_fdupopen()
Dperlhost.h870 fsetpos(pfdup, &pos); in PerlStdIOFdupopen()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod93 fsetpos(stream, p) PerlIO_setpos(perlio, sv)
Dperlapio.pod257 These correspond (loosely) to fgetpos() and fsetpos(). Rather than
/mirbsd/src/usr.bin/xlint/llib/
Dllib-lstdc174 int (fsetpos)(FILE *stream, const fpos_t *pos);
Dllib-lposix152 int (fsetpos)(FILE *stream, const fpos_t *pos);
/mirbsd/src/distrib/lists/base/gnu/
Dmd.i386323 ./usr/libdata/perl5/i386-mirbsd/5.8.8/auto/POSIX/fsetpos.al

12