Searched refs:NCARGS (Results 1 – 3 of 3) sorted by relevance
99 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
763 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, pa…
571 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()