Lines Matching refs:ip_argspace
421 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */ in exec_add_user_string()
441 imgp->ip_argspace -= len; in exec_add_user_string()
551 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
5651 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5655 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5686 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5690 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5715 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5719 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5724 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5728 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5754 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5758 imgp->ip_argspace -= new_ptr_size; /* to hold envv[] entry */ in exec_extract_strings()
5763 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5767 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5771 if (imgp->ip_argspace < 1) { in exec_extract_strings()
5777 imgp->ip_argspace--; in exec_extract_strings()
7150 imgp->ip_argspace = NCARGS; in execargs_alloc()