Lines Matching refs:ip_argspace
415 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */ in exec_add_user_string()
435 imgp->ip_argspace -= len; in exec_add_user_string()
545 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
5258 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5262 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5293 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5297 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5322 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5326 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5331 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5335 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5361 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5365 imgp->ip_argspace -= new_ptr_size; /* to hold envv[] entry */ in exec_extract_strings()
5370 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5374 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5378 if (imgp->ip_argspace < 1) { in exec_extract_strings()
5384 imgp->ip_argspace--; in exec_extract_strings()
6724 imgp->ip_argspace = NCARGS; in execargs_alloc()