shellargp 77 kern/exec_script.c char **shellargp = NULL, **tmpsap;
shellargp 208 kern/exec_script.c MALLOC(shellargp, char **, 4 * sizeof(char *), M_EXEC, M_WAITOK);
shellargp 209 kern/exec_script.c tmpsap = shellargp;
shellargp 274 kern/exec_script.c epp->ep_fa = shellargp;
shellargp 307 kern/exec_script.c if ((tmpsap = shellargp) != NULL) {
shellargp 312 kern/exec_script.c FREE(shellargp, M_EXEC);