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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h87 int ip_argc; /* argument count */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c527 imgp->ip_argc++;
2174 int stringc = imgp->ip_argc + imgp->ip_envc;
2192 ptr_area = path_area - ((imgp->ip_argc + imgp->ip_envc + 4 + envc_add) * ptr_size) - ptr_size /*argc*/;
2202 p->p_argc = imgp->ip_argc;
2234 (void)suword(ptr_area, imgp->ip_argc);
2308 * (imgp->ip_argc) Count of arguments, updated
2349 imgp->ip_argc++;
2374 imgp->ip_argc++;

Completed in 74 milliseconds