OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastenv
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
setenv.c
38
static char **
lastenv
; /* last value of environ */
variable
74
P = (char **)realloc(
lastenv
, sizeof(char *) * (cnt + 2));
77
if (
lastenv
!= environ)
79
lastenv
= environ = P;
130
P = (char **)realloc(
lastenv
, sizeof(char *) * (cnt + 2));
133
if (
lastenv
!= environ)
135
lastenv
= environ = P;
/src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c
71
envpair *
lastenv
;
variable
118
lastenv
= envs+nenvs;
125
if (!
lastenv
||
lastenv
->tenv != tenv) {
130
lastenv
= &envs[i];
132
return
lastenv
;
141
lastenv
= NULL;
164
if (
lastenv
) {
165
for (i=0; i<
lastenv
->ntxns; i++) {
166
if (
lastenv
->txns[i].ttxn == ttxn)
[
all
...]
/src/external/bsd/ntp/dist/ntpd/
refclock_irig.c
246
double
lastenv
[CYCLE]; /* last cycle amplitudes */
member in struct:irigunit
617
up->
lastenv
[carphase] = sample;
713
env = (up->
lastenv
[2] - up->
lastenv
[6]) / 2.;
Completed in 29 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026