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

/openbsd-current/bin/ksh/
H A Dc_test.h37 typedef struct test_env Test_env;
38 struct test_env { struct
/openbsd-current/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py20 test_env = { 'PATH' : os.environ['PATH'] } variable
81 cmd = get_cc1_command_for_args(cmd, test_env)
167 cc1_env = test_env
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm3807 my $test_env;
3809 $test_env = $self->prefs->{test}{env};
3811 local @ENV{keys %$test_env} = values %$test_env if $test_env;

Completed in 90 milliseconds