shellarg           76 kern/exec_script.c 	char *cp, *shellname, *shellarg, *oldpnbuf;
shellarg          120 kern/exec_script.c 	shellarg = NULL;
shellarg          150 kern/exec_script.c 	shellarg = cp;
shellarg          212 kern/exec_script.c 	if (shellarg != NULL) {
shellarg          214 kern/exec_script.c 		strlcpy(*tmpsap++, shellarg, shellarglen + 1);