HomeSort by: relevance | last modified time | path
    Searched defs:eptrs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbmips/gdium/
machdep.c 210 int32_t *eptrs = (int32_t *)envp32; local in function:mach_init
227 while (i < 128 && eptrs[i] != 0) {
228 envp[i] = (char *)(intptr_t)eptrs[i]; /* sign extend */
machdep.c 210 int32_t *eptrs = (int32_t *)envp32; local in function:mach_init
227 while (i < 128 && eptrs[i] != 0) {
228 envp[i] = (char *)(intptr_t)eptrs[i]; /* sign extend */
machdep.c 210 int32_t *eptrs = (int32_t *)envp32; local in function:mach_init
227 while (i < 128 && eptrs[i] != 0) {
228 envp[i] = (char *)(intptr_t)eptrs[i]; /* sign extend */

Completed in 67 milliseconds