Home
last modified time | relevance | path

Searched refs:incmd (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c646 static I32 S_do_amigaos_exec3(pTHX_ const char *incmd, int fd, int do_report) in S_do_amigaos_exec3() argument
653 const Size_t cmdlen = strlen(incmd) + 1; in S_do_amigaos_exec3()
662 memcpy(cmd, incmd, cmdlen); in S_do_amigaos_exec3()
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c2438 Perl_do_exec3(pTHX_ const char *incmd, int fd, int do_report) in Perl_do_exec3() argument
2445 const Size_t cmdlen = strlen(incmd) + 1; in Perl_do_exec3()
2453 memcpy(cmd, incmd, cmdlen); in Perl_do_exec3()
H A Dproto.h10542 Perl_do_exec3(pTHX_ const char *incmd, int fd, int do_report)
10545 assert(incmd)
H A Dembed.fnc6183 p |bool |do_exec3 |NN const char *incmd \
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c10520 setup_cmddsc(pTHX_ const char *incmd, int check_img, int *suggest_quote, argument
10551 cmdlen = strlen(incmd);
10554 my_strlcpy(cmd, incmd, cmdlen + 1);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc801 p |bool|do_exec3 |NN const char *incmd|int fd|int do_report