Searched refs:PL_no_func (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 935 DIE(aTHX_ PL_no_func, "pipe"); 2698 DIE(aTHX_ PL_no_func, "flock"); 3973 DIE(aTHX_ PL_no_func, "fchdir"); 4016 DIE(aTHX_ PL_no_func, "chroot"); 4060 DIE(aTHX_ PL_no_func, "link"); 4064 DIE(aTHX_ PL_no_func, "symlink"); 4095 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 4541 DIE(aTHX_ PL_no_func, "fork"); 4569 DIE(aTHX_ PL_no_func, "wait"); 4606 DIE(aTHX_ PL_no_func, "waitpid"); [all …]
|
| D | globvar.sym | 37 PL_no_func
|
| D | doio.c | 2630 Perl_die(aTHX_ PL_no_func, what); in Perl_apply() 2634 Perl_die(aTHX_ PL_no_func, what); in Perl_apply() 2673 Perl_die(aTHX_ PL_no_func, "fchmod"); in Perl_apply() 2714 Perl_die(aTHX_ PL_no_func, "fchown"); in Perl_apply() 2906 Perl_die(aTHX_ PL_no_func, "futimes"); in Perl_apply()
|
| D | util.c | 5796 Perl_croak_nocontext(PL_no_func, "dirfd");
|
| D | perl.h | 5422 EXTCONST char PL_no_func[] variable
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/ |
| D | SysV.xs | 344 Perl_die(aTHX_ PL_no_func, "ftok"); return; 408 Perl_die(aTHX_ PL_no_func, "shmat"); return; 421 Perl_die(aTHX_ PL_no_func, "shmdt"); return;
|
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 1688 Perl_croak_nocontext(PL_no_func, "Unsupported function fork"); in fork()
|