Lines Matching refs:ip_argspace
422 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */ in exec_add_user_string()
442 imgp->ip_argspace -= len; in exec_add_user_string()
552 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
5631 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5635 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5666 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5670 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5695 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5699 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5704 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5708 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5734 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5738 imgp->ip_argspace -= new_ptr_size; /* to hold envv[] entry */ in exec_extract_strings()
5743 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5747 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
5751 if (imgp->ip_argspace < 1) { in exec_extract_strings()
5757 imgp->ip_argspace--; in exec_extract_strings()
7130 imgp->ip_argspace = NCARGS; in execargs_alloc()