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

/freebsd-11.0-release/sys/kern/
H A Dkern_environment.c425 char *buf, *cp, *oldenv; local
445 oldenv = kenvp[i];
448 free(oldenv, M_KENV);
474 char *cp, *oldenv; local
482 oldenv = kenvp[i];
487 memset(oldenv, 0, strlen(oldenv));
488 free(oldenv, M_KENV);
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp1507 environment *oldenv = curenv;
1520 curenv = oldenv;
5035 environment *oldenv = curenv; local
5057 curenv = oldenv;
5524 environment *oldenv = curenv; local
5533 curenv = oldenv;
5548 curenv = oldenv;
7698 environment *oldenv = curenv; local
7726 curenv = oldenv;
H A Denv.cpp2411 environment *oldenv = curenv; local
2414 curenv = oldenv;

Completed in 146 milliseconds