Searched refs:NCARGS (Results 1 – 3 of 3) sorted by relevance
99 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
751 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, pa…
552 imgp->ip_argspace = NCARGS; in exec_reset_save_path()553 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()7131 imgp->ip_vdata = imgp->ip_strings + (NCARGS + PAGE_SIZE); in execargs_alloc()7133 imgp->ip_argspace = NCARGS; in execargs_alloc()7134 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()