Searched refs:PL_maxsysfd (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perlapi.h | 381 #undef PL_maxsysfd 382 #define PL_maxsysfd (*Perl_Imaxsysfd_ptr(aTHX))
|
| H A D | embedvar.h | 330 #define PL_maxsysfd (PERL_GET_INTERP->Imaxsysfd) macro 652 #define PL_maxsysfd (vTHX->Imaxsysfd) macro 977 #define PL_Imaxsysfd PL_maxsysfd
|
| H A D | doio.c | 118 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 D | pp_sys.c | 639 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 D | mg.c | 642 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 D | util.c | 1869 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 D | sv.c | 10858 PL_maxsysfd = proto_perl->Imaxsysfd; in perl_clone_using()
|