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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h89 int ip_envc; /* environment count */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c2174 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*/;
2256 if (stringc == imgp->ip_envc) {
2309 * (imgp->ip_envc) Count of environment strings, updated
2398 imgp->ip_envc++;

Completed in 78 milliseconds