Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c5010 char *start_string; in exec_copyout_strings() member
5018 .start_string = imgp->ip_startargv, in exec_copyout_strings()
5026 .start_string = imgp->ip_endargv, in exec_copyout_strings()
5034 .start_string = imgp->ip_strings, in exec_copyout_strings()
5042 .start_string = imgp->ip_endenvv, in exec_copyout_strings()
5109 char *cur_string = descriptors[i].start_string; in exec_copyout_strings()