Home
last modified time | relevance | path

Searched refs:envptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/mips/pmon/
H A Dpmon.c54 int32_t *envptr = pmon_envp; in pmon_getenv() local
58 if (envptr == NULL) in pmon_getenv()
62 while (*envptr != 0) { in pmon_getenv()
63 envstr = (const char *)(vaddr_t)*envptr; in pmon_getenv()
90 *envptr = 0; in pmon_getenv()
96 envptr++; in pmon_getenv()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitecs.c150 static void elemfree(void *envptr, void *elemptr) in elemfree() argument
153 (void)envptr; in elemfree()
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c304 delfunc(void *envptr, void *elemptr) { in delfunc() argument
306 struct subnet_env *env = (struct subnet_env *)envptr; in delfunc()