Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dimgact.h96 char *ip_strendp; /* current end pointer */ member
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c427 error = copystr(kstr, imgp->ip_strendp, space, &len); in exec_add_user_string()
429 error = copyinstr(str, imgp->ip_strendp, space, &len); in exec_add_user_string()
432 imgp->ip_strendp += len; in exec_add_user_string()
513 imgp->ip_strendp += len; in exec_save_path()
544 imgp->ip_strendp = imgp->ip_strings; in exec_reset_save_path()
5063 string_size = imgp->ip_strendp - imgp->ip_strings; in exec_copyout_strings()
5079 ptr_buffer_start = ptr_buffer = (void *)imgp->ip_strendp; in exec_copyout_strings()
5212 *imgp->ip_strendp++ = '\0'; in exec_extract_strings()
5220 imgp->ip_startargv = imgp->ip_strendp; in exec_extract_strings()
5338 imgp->ip_endargv = imgp->ip_strendp; in exec_extract_strings()
[all …]