<dec f='src/src/sys/sys/exec.h' l='263' type='int copyargs(struct lwp * , struct exec_package * , struct ps_strings * , char ** , void * )'/>
<use f='src/src/sys/compat/linux/arch/amd64/linux_exec_machdep.c' l='140' u='c' c='linux_elf64_copyargs'/>
<use f='src/src/sys/kern/exec_elf.c' l='155' u='c' c='elf32_copyargs'/>
<def f='src/src/sys/kern/kern_exec.c' l='1659' ll='1732' type='int copyargs(struct lwp * l, struct exec_package * pack, struct ps_strings * arginfo, char ** stackp, void * argp)'/>
<doc f='src/src/sys/kern/kern_exec.c' l='1655'>/*
 * Copy argv and env strings from kernel buffer (argp) to the new stack.
 * Those strings are located just after auxinfo.
 */</doc>
