Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.c1617 char *tmpenv; in init_history() local
1619 tmpenv = getenv ("HISTSIZE"); in init_history()
1620 if (tmpenv) in init_history()
1621 history_size = atoi (tmpenv); in init_history()
1627 tmpenv = getenv ("GDBHISTFILE"); in init_history()
1628 if (tmpenv) in init_history()
1629 history_filename = savestring (tmpenv, strlen (tmpenv)); in init_history()
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DUnix.pm149 my ($tmpdir, %tmpenv);
153 @tmpenv{@_[2..$#_]} = @ENV{@_[2..$#_]};
161 return if grep $ENV{$_} ne $tmpenv{$_}, @_;