Searched refs:ip_strendp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h91 char *ip_strendp; /* current end pointer */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c234 * (imgp->ip_strendp) updated location of next add, if any
250 error = copystr(kstr, imgp->ip_strendp, imgp->ip_strspace, &len);
252 error = copyinstr(str, imgp->ip_strendp, imgp->ip_strspace,
255 imgp->ip_strendp += len;
287 * (imgp->ip_strendp) start of remaining copy area
303 imgp->ip_strendp = imgp->ip_strings;
322 imgp->ip_strendp += len;
324 imgp->ip_argv = imgp->ip_strendp;
522 *imgp->ip_strendp++ = *ihp++;
525 *imgp->ip_strendp
[all...]

Completed in 78 milliseconds