Searched refs:eptrs (Results 1 – 1 of 1) sorted by relevance
210 int32_t *eptrs = (int32_t *)envp32; in mach_init() local227 while (i < 128 && eptrs[i] != 0) { in mach_init()228 envp[i] = (char *)(intptr_t)eptrs[i]; /* sign extend */ in mach_init()