Searched refs:copyinargstrs (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | kern_exec.c | 141 static int copyinargstrs(struct execve_data * restrict, char * const *, 1664 error = copyinargstrs(data, args, fetch_element, &dp, &i, ktr_execarg); in copyinargs() 1680 error = copyinargstrs(data, envs, fetch_element, &dp, &i, ktr_execenv); in copyinargs() 1694 copyinargstrs(struct execve_data * restrict data, char * const *strs, in copyinargstrs() function
|