Searched refs:ip_strendp (Results 1 – 2 of 2) sorted by relevance
96 char *ip_strendp; /* current end pointer */ member
453 error = copystr(kstr, imgp->ip_strendp, space, &len); in exec_add_user_string()455 error = copyinstr(str, imgp->ip_strendp, space, &len); in exec_add_user_string()458 imgp->ip_strendp += len; in exec_add_user_string()539 imgp->ip_strendp += len; in exec_save_path()570 imgp->ip_strendp = imgp->ip_strings; in exec_reset_save_path()5693 string_size = imgp->ip_strendp - imgp->ip_strings; in exec_copyout_strings()5709 ptr_buffer_start = ptr_buffer = (void *)imgp->ip_strendp; in exec_copyout_strings()5842 *imgp->ip_strendp++ = '\0'; in exec_extract_strings()5850 imgp->ip_startargv = imgp->ip_strendp; in exec_extract_strings()5968 imgp->ip_endargv = imgp->ip_strendp; in exec_extract_strings()[all …]