Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dparam.h99 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
H A Dproc_internal.h763 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, pa…
/xnu-11215.81.4/bsd/kern/
H A Dkern_exec.c571 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
572 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
7469 imgp->ip_vdata = imgp->ip_strings + (NCARGS + PAGE_SIZE); in execargs_alloc()
7471 imgp->ip_argspace = NCARGS; in execargs_alloc()
7472 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()