Home
last modified time | relevance | path

Searched refs:PerlIO_fileno (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/regress/usr.sbin/ospfd/
H A DPassFd.xs38 s = PerlIO_fileno(so);
39 fd = PerlIO_fileno(fh);
69 s = PerlIO_fileno(so);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500700327 PerlIO_fileno # E (PerlIO_fileno)
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs449 int handle=PerlIO_fileno(file); in GetTermSizeGWINSZ()
472 int handle=PerlIO_fileno(file); in GetTermSizeGSIZE()
495 int handle=PerlIO_fileno(file); in GetTermSizeWin32()
544 int handle=PerlIO_fileno(file); in SetTerminalSize()
668 int handle=PerlIO_fileno(file); in getspeed()
785 handle=PerlIO_fileno(file); in ReadMode()
1463 int handle=PerlIO_fileno(file); in selectfile()
1499 int handle=PerlIO_fileno(file); in setnodelay()
1521 int handle=PerlIO_fileno(file); in pollfile()
1596 handle = PerlIO_fileno(file); in Win32PeekChar()
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c458 const int old_fd = PerlIO_fileno(IoIFP(io)); in S_openn_setup()
802 wanted_fd = PerlIO_fileno(that_fp); in Perl_do_open6()
1029 fd = PerlIO_fileno(fp); in S_openn_cleanup()
1086 if (savefd != PerlIO_fileno(PerlIO_stdin())) { in S_openn_cleanup()
1089 if (fd == PerlIO_fileno(PerlIO_stdout())) in S_openn_cleanup()
1091 if (fd == PerlIO_fileno(PerlIO_stderr())) in S_openn_cleanup()
1116 int ofd = PerlIO_fileno(fp); in S_openn_cleanup()
1133 fd = PerlIO_fileno(fp); in S_openn_cleanup()
1716 && (fd = PerlIO_fileno(IoIFP(io))) >= 0) { in S_argvout_final()
2068 int fd = PerlIO_fileno(fp); in Perl_do_sysseek()
[all …]
H A Dpp_sys.c983 PUSHi(PerlIO_fileno(fp));
1978 fd = PerlIO_fileno(IoIFP(io));
2068 fd = PerlIO_fileno(IoIFP(io));
2230 fd = PerlIO_fileno(IoIFP(io));
2532 int fd = PerlIO_fileno(fp);
2800 fd = PerlIO_fileno(IoIFP(io));
2943 fd = PerlIO_fileno(IoIFP(io));
3020 fd = PerlIO_fileno(IoIFP(io));
3688 fd = PerlIO_fileno(IoIFP(GvIOp(gv))); in PP()
3751 fd = PerlIO_fileno(IoIFP(io)); in PP()
[all …]
H A Dfakesdio.h101 #define fileno(f) PerlIO_fileno(f)
H A Dperlio.c242 const int fd = PerlLIO_dup_cloexec(PerlIO_fileno(f)); in PerlIO_fdupopen()
2348 return PerlIOValid(f) ? PerlIO_fileno(PerlIONext(f)) : -1; in PerlIOBase_fileno()
3037 PerlIOUnix_setfd(aTHX_ f, PerlIO_fileno(PerlIONext(f)), in PerlIOUnix_pushed()
3340 const int fd = PerlIO_fileno(n); in PerlIOStdio_pushed()
4163 int fd = PerlIO_fileno(f); in PerlIO_exportFILE()
4171 stdio = PerlSIO_fdopen(PerlIO_fileno(f), mode); in PerlIO_exportFILE()
4255 const int fd = PerlIO_fileno(f); in PerlIOBuf_pushed()
4307 fd = PerlIO_fileno(f); in PerlIOBuf_open()
H A Dperl.c489 const int debug_fd = PerlIO_fileno(Perl_debug_log); in Perl_dump_sv_child()
757 const int debug_fd = PerlIO_fileno(Perl_debug_log); in perl_destruct()
4256 fd = PerlIO_fileno(rsfp); in S_open_script()
4298 int fd = PerlIO_fileno(rsfp); in S_validate_suid()
H A Dmalloc.c1054 #define MYMALLOC_WRITE2STDERR(s) PERL_UNUSED_RESULT(PerlLIO_write(PerlIO_fileno(PerlIO_stderr()),s,…
H A Dutil.c1986 int fd = PerlIO_fileno(Perl_error_log); in Perl_croak_no_mem_ext()
3146 const int fd = PerlIO_fileno(ptr); in Perl_my_pclose()
H A Dsv.c8654 fd = PerlIO_fileno(fp);
8818 int fd = PerlIO_fileno(fp);
H A Dembed.h2198 # define PerlIO_fileno(a) Perl_PerlIO_fileno(aTHX_ a) macro
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs68 #define PerlIO_fileno(f) fileno(f) macro
79 fd = PerlIO_fileno(f); in io_blocking()
494 int fd = PerlIO_fileno(handle);
H A DChangeLog133 …* In the first set of issues a fd is retrieved from PerlIO_fileno, and that is then used in places…
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700387 PerlIO_fileno # E (PerlIO_fileno)
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c32 amigaos_get_file(PerlIO_fileno(IoIFP(GvIO(PL_stdingv)))); in amigaos_stdio_get()
34 amigaos_get_file(PerlIO_fileno(IoIFP(GvIO(PL_stderrgv)))); in amigaos_stdio_get()
36 PerlIO_fileno(IoIFP(GvIO(gv_fetchpv("STDOUT", TRUE, SVt_PVIO))))); in amigaos_stdio_get()
/openbsd/gnu/usr.bin/perl/ext/PerlIO-mmap/
H A Dmmap.xs37 const int fd = PerlIO_fileno(f); in PerlIOMmap_map()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod38 int PerlIO_fileno(PerlIO *f);
86 =for apidoc_item | |PerlIO_fileno
277 =item B<PerlIO_fileno(f)>
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs164 case '-': acmode = PerlIO_fileno(fp) ? "ab" : "rb"; break;
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs360 return (result) ? SvIV(result) : PerlIO_fileno(PerlIONext(f)); in PerlIOVia_fileno()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs1326 int fd = PerlIO_fileno(IoIFP(sv_2io(file)));
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs796 int fd = PerlIO_fileno(Perl_error_log);
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1667 sv = *av_fetch(PL_fdpid, PerlIO_fileno(res), TRUE); in my_syspopen4()
4292 IV fn = PerlIO_fileno(perlio); in XS()
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c3676 sv = *av_fetch(w32_fdpid, PerlIO_fileno(pf), TRUE); in win32_pclose()
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs4479 TRACEME(("magic_write on fd=%d", cxt->fio ? PerlIO_fileno(cxt->fio) : -1)); in magic_write()

12