Searched refs:Fstat (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | unixish.h | 124 # define Fstat(fd,bufptr) afstat((fd),(bufptr)) macro 127 #ifndef Fstat 128 # define Fstat(fd,bufptr) fstat((fd),(bufptr)) macro
|
H A D | dosish.h | 96 #define Fstat(fd,bufptr) fstat((fd),(bufptr)) macro
|
H A D | iperlsys.h | 759 # define PerlLIO_fstat(fd, buf) Fstat((fd), (buf))
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | plan9ish.h | 121 #define Fstat(fd,bufptr) fstat((fd),(bufptr)) macro
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-mmap/ |
H A D | mmap.xs | 42 code = Fstat(fd, &st); in PerlIOMmap_map()
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 441 #define Fstat(fd,bufptr) os2_fstat((fd),(bufptr)) macro 457 #define Fstat(fd,bufptr) fstat((fd),(bufptr)) macro
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 495 #define Fstat(fd,bufptr) Perl_flex_fstat(aTHX_ fd,bufptr) macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 272 Fstat # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdb.texinfo | 21754 Fstat,pathnameptr/len,bufptr
|