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

/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dsetenv.c42 static char **lastenv; /* last value of environ */ variable
112 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
115 if (lastenv != environ)
117 lastenv = environ = P;
171 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
174 if (lastenv != environ)
176 lastenv = environ = P;
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c244 double lastenv[CYCLE]; /* last cycle amplitudes */ member in struct:irigunit
615 up->lastenv[carphase] = sample;
711 env = (up->lastenv[2] - up->lastenv[6]) / 2.;

Completed in 27 milliseconds