Searched refs:begin_argv (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/kern/ |
| HD | imgact_shell.c | 196 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;
|
| HD | imgact_binmisc.c | 669 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()
|
| HD | kern_exec.c | 333 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/ |
| HD | imgact.h | 43 char *begin_argv; /* beginning of argv in buf */ member
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 339 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/ |
| HD | linux_sysvec.c | 354 stringp = imgp->args->begin_argv; in linux_copyout_strings()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 914 stringp = imgp->args->begin_argv; in linux_copyout_strings()
|