Home
last modified time | relevance | path

Searched refs:begin_argv (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/kern/
HDimgact_shell.c196 strlen(imgp->args->begin_argv) + 1; /* bytes to delete */
204 bcopy(imgp->args->begin_argv + length, imgp->args->begin_argv + offset,
205 imgp->args->endp - (imgp->args->begin_argv + length));
227 bcopy(interpb, imgp->args->begin_argv, length);
228 *(imgp->args->begin_argv + length) = '\0';
232 bcopy(optb, imgp->args->begin_argv + offset, length);
233 *(imgp->args->begin_argv + offset + length) = '\0';
243 error = copystr(fname, imgp->args->begin_argv + offset,
247 imgp->interpreter_name = imgp->args->begin_argv;
HDimgact_binmisc.c669 bcopy(imgp->args->begin_argv, imgp->args->begin_argv + offset, in imgact_binmisc_exec()
670 imgp->args->endp - imgp->args->begin_argv); in imgact_binmisc_exec()
685 d = imgp->args->begin_argv; in imgact_binmisc_exec()
726 imgp->interpreter_name = imgp->args->begin_argv; in imgact_binmisc_exec()
HDkern_exec.c333 AUDIT_ARG_ARGV(args->begin_argv, args->argc, in kern_execve()
334 args->begin_envv - args->begin_argv); in kern_execve()
597 i = imgp->args->begin_envv - imgp->args->begin_argv;
601 bcopy(imgp->args->begin_argv, newargs->ar_args, i);
1161 args->begin_argv = args->buf + length; in exec_copyin_args()
1162 args->endp = args->begin_argv; in exec_copyin_args()
1360 stringp = imgp->args->begin_argv;
/trueos/sys/sys/
HDimgact.h43 char *begin_argv; /* beginning of argv in buf */ member
/trueos/sys/compat/freebsd32/
HDfreebsd32_misc.c339 args->begin_argv = args->buf + length; in freebsd32_exec_copyin_args()
340 args->endp = args->begin_argv; in freebsd32_exec_copyin_args()
2953 stringp = imgp->args->begin_argv; in freebsd32_copyout_strings()
/trueos/sys/i386/linux/
HDlinux_sysvec.c354 stringp = imgp->args->begin_argv; in linux_copyout_strings()
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c914 stringp = imgp->args->begin_argv; in linux_copyout_strings()