Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_sys.c935 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 …]
Dglobvar.sym37 PL_no_func
Ddoio.c2630 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()
Dutil.c5796 Perl_croak_nocontext(PL_no_func, "dirfd");
Dperl.h5422 EXTCONST char PL_no_func[] variable
/openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/
DSysV.xs344 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/
Dos2.c1688 Perl_croak_nocontext(PL_no_func, "Unsupported function fork"); in fork()