Lines Matching refs:ip_strspace
424 space = imgp->ip_strspace; in exec_add_user_string()
440 imgp->ip_strspace -= len; in exec_add_user_string()
500 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()
521 imgp->ip_strspace -= len; in exec_save_path()
553 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
5433 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()
5587 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5589 imgp->ip_strspace--; in exec_extract_strings()
5753 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5759 imgp->ip_strspace--; in exec_extract_strings()
6188 while (imgp->ip_strspace % img_ptr_size != 0) { in exec_add_apple_strings()
6190 imgp->ip_strspace--; in exec_add_apple_strings()
7134 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in execargs_alloc()