Lines Matching refs:ip_strspace
443 space = imgp->ip_strspace; in exec_add_user_string()
459 imgp->ip_strspace -= len; in exec_add_user_string()
519 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()
540 imgp->ip_strspace -= len; in exec_save_path()
572 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
5745 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()
5899 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5901 imgp->ip_strspace--; in exec_extract_strings()
6065 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
6071 imgp->ip_strspace--; in exec_extract_strings()
6512 while (imgp->ip_strspace % img_ptr_size != 0) { in exec_add_apple_strings()
6514 imgp->ip_strspace--; in exec_add_apple_strings()
7460 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()