Home
last modified time | relevance | path

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

12

/openbsd/src/regress/usr.sbin/ospfd/
DPassFd.xs38 s = PerlIO_fileno(so);
39 fd = PerlIO_fileno(fh);
69 s = PerlIO_fileno(so);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500700327 PerlIO_fileno # E (PerlIO_fileno)
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
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/src/gnu/usr.bin/perl/
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()
1559 PL_lastfd = PerlIO_fileno(IoIFP(GvIOp(PL_argvoutgv))); in Perl_nextargv()
1716 && (fd = PerlIO_fileno(IoIFP(io))) >= 0) { in S_argvout_final()
[all …]
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);
2641 retval = PerlLIO_ioctl(PerlIO_fileno(IoIFP(io)), func, s);
2649 retval = fcntl(PerlIO_fileno(IoIFP(io)), func, (int)s);
2651 retval = fcntl(PerlIO_fileno(IoIFP(io)), func, s);
2688 value = (I32)(PerlLIO_flock(PerlIO_fileno(fp), argtype) >= 0);
2800 fd = PerlIO_fileno(IoIFP(io));
[all …]
Dfakesdio.h101 #define fileno(f) PerlIO_fileno(f)
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()
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()
Dmalloc.c1054 #define MYMALLOC_WRITE2STDERR(s) PERL_UNUSED_RESULT(PerlLIO_write(PerlIO_fileno(PerlIO_stderr()),s,…
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()
Dsv.c8654 fd = PerlIO_fileno(fp);
8818 int fd = PerlIO_fileno(fp);
Dembed.h2198 # define PerlIO_fileno(a) Perl_PerlIO_fileno(aTHX_ a) macro
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DIO.xs68 #define PerlIO_fileno(f) fileno(f) macro
79 fd = PerlIO_fileno(f); in io_blocking()
494 int fd = PerlIO_fileno(handle);
DChangeLog133 …* In the first set of issues a fd is retrieved from PerlIO_fileno, and that is then used in places…
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500700387 PerlIO_fileno # E (PerlIO_fileno)
/openbsd/src/gnu/usr.bin/perl/amigaos4/
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/src/gnu/usr.bin/perl/ext/PerlIO-mmap/
Dmmap.xs37 const int fd = PerlIO_fileno(f); in PerlIOMmap_map()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlapio.pod38 int PerlIO_fileno(PerlIO *f);
86 =for apidoc_item | |PerlIO_fileno
277 =item B<PerlIO_fileno(f)>
/openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/
DStdio.xs164 case '-': acmode = PerlIO_fileno(fp) ? "ab" : "rb"; break;
/openbsd/src/gnu/usr.bin/perl/ext/PerlIO-via/
Dvia.xs360 return (result) ? SvIV(result) : PerlIO_fileno(PerlIONext(f)); in PerlIOVia_fileno()
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DHiRes.xs1326 int fd = PerlIO_fileno(IoIFP(sv_2io(file)));
/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs796 int fd = PerlIO_fileno(Perl_error_log);
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c1667 sv = *av_fetch(PL_fdpid, PerlIO_fileno(res), TRUE); in my_syspopen4()
4292 IV fn = PerlIO_fileno(perlio); in XS()
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c3676 sv = *av_fetch(w32_fdpid, PerlIO_fileno(pf), TRUE); in win32_pclose()
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs4479 TRACEME(("magic_write on fd=%d", cxt->fio ? PerlIO_fileno(cxt->fio) : -1)); in magic_write()

12