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