Lines Matching refs:ip_strspace
417 space = imgp->ip_strspace; in exec_add_user_string()
433 imgp->ip_strspace -= len; in exec_add_user_string()
493 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()
514 imgp->ip_strspace -= len; in exec_save_path()
546 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
5057 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()
5211 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5213 imgp->ip_strspace--; in exec_extract_strings()
5377 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5383 imgp->ip_strspace--; in exec_extract_strings()
5779 while (imgp->ip_strspace % img_ptr_size != 0) { in exec_add_apple_strings()
5781 imgp->ip_strspace--; in exec_add_apple_strings()
6725 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()