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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h88 int ip_envc; /* environment count */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c814 AUDIT_ARG(envv, imgp->ip_endargv, imgp->ip_envc,
2556 .count = imgp->ip_envc,
2600 ptr_area_size = (imgp->ip_argc + imgp->ip_envc + imgp->ip_applec + 3) *
2715 * (imgp->ip_envc) Count of environment strings, updated
2860 imgp->ip_envc = 0;
2885 imgp->ip_envc++;

Completed in 29 milliseconds