Lines Matching refs:ip_strspace
423 space = imgp->ip_strspace; in exec_add_user_string()
439 imgp->ip_strspace -= len; in exec_add_user_string()
499 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()
520 imgp->ip_strspace -= len; in exec_save_path()
552 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
5450 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()
5604 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5606 imgp->ip_strspace--; in exec_extract_strings()
5770 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5776 imgp->ip_strspace--; in exec_extract_strings()
6205 while (imgp->ip_strspace % img_ptr_size != 0) { in exec_add_apple_strings()
6207 imgp->ip_strspace--; in exec_add_apple_strings()
7151 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()