Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c5708 char *start_string; in exec_copyout_strings() member
5716 .start_string = imgp->ip_startargv, in exec_copyout_strings()
5724 .start_string = imgp->ip_endargv, in exec_copyout_strings()
5732 .start_string = imgp->ip_strings, in exec_copyout_strings()
5740 .start_string = imgp->ip_endenvv, in exec_copyout_strings()
5807 char *cur_string = descriptors[i].start_string; in exec_copyout_strings()