Home
last modified time | relevance | path

Searched refs:PL_maxsysfd (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h381 #undef PL_maxsysfd
382 #define PL_maxsysfd (*Perl_Imaxsysfd_ptr(aTHX))
H A Dembedvar.h330 #define PL_maxsysfd (PERL_GET_INTERP->Imaxsysfd) macro
652 #define PL_maxsysfd (vTHX->Imaxsysfd) macro
977 #define PL_Imaxsysfd PL_maxsysfd
H A Ddoio.c118 else if (fd >= 0 && fd <= PL_maxsysfd) { in Perl_do_openn()
138 if (result == EOF && fd > PL_maxsysfd) { in Perl_do_openn()
677 fcntl(fd,F_SETFD,fd > PL_maxsysfd); /* can change errno */ in Perl_do_openn()
H A Dpp_sys.c639 fcntl(fd[0],F_SETFD,fd[0] > PL_maxsysfd); /* ensure close-on-exec */ in PP()
640 fcntl(fd[1],F_SETFD,fd[1] > PL_maxsysfd); /* ensure close-on-exec */ in PP()
2315 fcntl(fd, F_SETFD, fd > PL_maxsysfd); /* ensure close-on-exec */ in PP()
2383 fcntl(fd[0],F_SETFD,fd[0] > PL_maxsysfd); /* ensure close-on-exec */ in PP()
2384 fcntl(fd[1],F_SETFD,fd[1] > PL_maxsysfd); /* ensure close-on-exec */ in PP()
2552 fcntl(fd, F_SETFD, fd > PL_maxsysfd); /* ensure close-on-exec */ in PP()
H A Dmg.c642 sv_setiv(sv, (IV)PL_maxsysfd); in Perl_magic_get()
2100 PL_maxsysfd = SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv); in Perl_magic_set()
H A Dutil.c1869 for (fd = PL_maxsysfd + 1; fd < NOFILE; fd++) { in HTOV()
2010 for (fd = PL_maxsysfd + 1; fd < NOFILE; fd++) in Perl_my_popen()
H A Dsv.c10858 PL_maxsysfd = proto_perl->Imaxsysfd; in perl_clone_using()