Searched refs:ip_argspace (Results 1 – 2 of 2) sorted by relevance
100 int ip_argspace; /* remaining space of NCARGS limit (argv+envv) */ member
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()5888 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()5892 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()5923 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()5927 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()5952 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()5956 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()5961 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()[all …]