Home
last modified time | relevance | path

Searched refs:lastenv (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsetenv.c43 static char **lastenv; /* last value of environ */ variable
114 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
117 if (lastenv != environ)
119 lastenv = environ = P;
173 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2)); in setenv()
176 if (lastenv != environ) in setenv()
178 lastenv = environ = P; in setenv()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c244 double lastenv[CYCLE]; /* last cycle amplitudes */ member
615 up->lastenv[carphase] = sample; in irig_base()
711 env = (up->lastenv[2] - up->lastenv[6]) / 2.; in irig_base()