Lines Matching refs:ip_argspace
441 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */ in exec_add_user_string()
461 imgp->ip_argspace -= len; in exec_add_user_string()
571 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
5946 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5950 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
5981 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
5985 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
6010 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6014 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
6019 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6023 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
6049 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6053 imgp->ip_argspace -= new_ptr_size; /* to hold envv[] entry */ in exec_extract_strings()
6058 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6062 imgp->ip_argspace -= new_ptr_size; in exec_extract_strings()
6066 if (imgp->ip_argspace < 1) { in exec_extract_strings()
6072 imgp->ip_argspace--; in exec_extract_strings()
7459 imgp->ip_argspace = NCARGS; in execargs_alloc()