Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dimgact.h95 char *ip_strings; /* base address for strings */ member
/xnu-11215/bsd/kern/
H A Dkern_exec.c570 imgp->ip_strendp = imgp->ip_strings; in exec_reset_save_path()
2429 if (imgp->ip_strings) { in exec_activate_image()
4778 if (imgp->ip_strings) { in posix_spawn()
5385 if (imgp->ip_strings) { in __mac_execve()
5732 .start_string = imgp->ip_strings, in exec_copyout_strings()
5761 string_size = imgp->ip_strendp - imgp->ip_strings; in exec_copyout_strings()
5800 error = copyout(imgp->ip_strings, string_area, in exec_copyout_strings()
7447 imgp->ip_strings = (char *)(execargs_cache[i]); in execargs_alloc()
7470 imgp->ip_strendp = imgp->ip_strings; in execargs_alloc()
7506 imgp->ip_strings = NULL; in execargs_free()
[all …]