Home
last modified time | relevance | path

Searched refs:PerlProc_execl (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
DXSUB.h490 # define execl PerlProc_execl
Diperlsys.h1016 #define PerlProc_execl(c, w, x, y, z) \ macro
1086 #define PerlProc_execl(c,w,x,y,z) \ macro
Ddoio.c1564 PerlProc_execl(PL_cshname,"csh", flags, ncmd, (char*)0); in Perl_do_exec3()
1609 PerlProc_execl(PL_sh_path, "sh", "-c", cmd, (char*)0); in Perl_do_exec3()