Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dexec_script.h42 int exec_script_makecmds(struct proc *, struct exec_package *);
/mirbsd/src/sys/kern/
Dexec_conf.c60 { MAXINTERP, exec_script_makecmds, &emul_native, }, /* shell scripts */
Dexec_script.c73 exec_script_makecmds(p, epp) in exec_script_makecmds() function