Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c4998 int ptr_area_size; in exec_copyout_strings() local
5071 ptr_area_size = (imgp->ip_argc + imgp->ip_envc + imgp->ip_applec + 3) * ptr_size; in exec_copyout_strings()
5072 stack -= ptr_area_size; in exec_copyout_strings()
5153 ptr_area_size); in exec_copyout_strings()