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

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dtime.c89 static char * envptr = NULL; local
91 if (envptr == NULL) {
93 envptr = AGALOC(sizeof(fmt) + strlen(opts->pzPkgDataDir), fmt);
94 sprintf(envptr, fmt, opts->pzPkgDataDir);
96 putenv(envptr);
99 if (access(envptr+8, R_OK) != 0)
/freebsd-12-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c278 delfunc(void *envptr, void *elemptr) { argument
280 struct subnet_env *env = (struct subnet_env *)envptr;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c250 int envptr; /* envelope phase pointer */ member in struct:irigunit

Completed in 115 milliseconds