Searched refs:ENV (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/apps/
H A DCA.pl40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
44 $ENV{OPENSSL} = $openssl;
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
H A DCA.pl.in40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
44 $ENV{OPENSSL} = $openssl;
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
H A Dtsget130 if (exists $ENV{TSGET}) {
132 @ARGV = split /\s+/, $ENV{TSGET};
/freebsd-11-stable/contrib/wpa/hostapd/logwatch/
H A Dhostapd11 my $debug = $ENV{'LOGWATCH_DEBUG'} || 0;
12 my $detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl72 die '%OSVERSION% is not defined' if (!defined($ENV{'OSVERSION'}));
73 die '%PLATFORM% is not defined' if (!defined($ENV{'PLATFORM'}));
74 die '%TARGETCPU% is not defined' if (!defined($ENV{'TARGETCPU'}));
79 $wcevers = $ENV{'OSVERSION'}; # WCENNN
84 $wceplatf = $ENV{'PLATFORM'};
88 $wcetgt = $ENV{'TARGETCPU'}; # just shorter name...
116 $cc=($ENV{CC} or "cl");
119 $base_cflags.=' -I$(WCECOMPAT)/include' if (defined($ENV{'WCECOMPAT'}));
120 $base_cflags.=' -I$(PORTSDK_LIBPATH)/../../include' if (defined($ENV{'PORTSDK_LIBPATH'}));
178 if (defined($ENV{WCECOMPA
[all...]
H A Dnetware.pl76 $import_path = $ENV{"IMPORTS"} || die ("IMPORTS environment variable not set\n");
82 $prelude = $ENV{"PRELUDE"} || die ("PRELUDE environment variable not set\n");
86 $include_path = $ENV{"INCLUDE"} || die ("INCLUDES environment variable not set\n");
91 $gnuc = $ENV{"GNUC"};
H A Dunix.pl175 foreach $path (split /:/, $ENV{PATH})
/freebsd-11-stable/tools/tools/scsi-defects/
H A Dscsi-defects.pl46 $ENV{'PATH'} = "/bin:/usr/bin:/sbin:/usr/sbin";
/freebsd-11-stable/tools/tools/whereintheworld/
H A Dwhereintheworld.pl20 my $width = $ENV{COLUMNS} || 80;
/freebsd-11-stable/tests/sys/acl/
H A Drun66 my $width = ($ENV{COLUMNS} || 80) >> 1;
72 $line =~ s[%(\w+)][$ENV{$1}]eg;
73 $line =~ s[%\{(\w+)\}][$ENV{$1}]eg;
238 $ENV{PWD} = getcwd;
248 $ENV{$name} = $value;
251 delete $ENV{$prog->[1]};
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dmake_exports.pl90 my $nm = $ENV{'NM_FOR_TARGET'} || "nm";
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl586 $ENV{'DTRACE_DEBUG_REGSET'} = 'true';
589 $ENV{'UMEM_DEBUG'} = 'default,verbose';
590 $ENV{'UMEM_LOGGING'} = 'fail,contents';
591 $ENV{'LD_PRELOAD'} = 'libumem.so';
598 #$ENV{'PATH'} = $ENV{'PATH'} . ':/ws/onnv-tools/SUNWspro/SS11/bin';
/freebsd-11-stable/tools/tools/mtxstat/
H A Dmtxstat.pl74 $ENV{'PATH'} = '/bin:/sbin:/usr/bin:/usr/sbin';
/freebsd-11-stable/contrib/bmake/
H A Dos.sh131 : $-,$ENV
132 case "$-,$ENV" in
135 *) ENV=;;
158 _shell=/bin/ksh; ENV=
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb178 ENV[evar] = @old_envs[evar]
180 ENV.delete(evar)
187 ENV[evar] = eval
190 if ENV.has_key?(evar)
191 @old_envs[evar] = ENV[evar]
193 ENV[evar] = eval
/freebsd-11-stable/secure/caroot/
H A DMAca-bundle.pl52 if defined $ENV{'WITH_DEBUG'}
53 and $ENV{'WITH_DEBUG'} !~ m/(?i)^(no|0|false|)$/;
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat35 $ENV{'TZ'} = 'MET' unless defined($ENV{'TZ'}) || $] > 4.010;
/freebsd-11-stable/tools/regression/geom_gpt/
H A Dgctl_test.t130 if (exists $ENV{'TEST_VERBOSE'}) {
/freebsd-11-stable/usr.sbin/config/
H A Dlang.l70 { "env", ENV },
H A Dconfig.y14 %token ENV
191 ENV ID { newenvvar($2, true); } |
/freebsd-11-stable/contrib/ntp/scripts/
H A Dplot_summary.in47 || ( $ENV{DISPLAY} ? "x11" : "dumb" );
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1107 $ENV{'PATH'} .= ":/usr/etc" unless $ENV{'PATH'} =~ m,/usr/etc,;
108 $ENV{'PATH'} .= ":/usr/ucb" unless $ENV{'PATH'} =~ m,/usr/ucb,;
H A Dexpn.in106 $ENV{'PATH'} .= ":/usr/etc" unless $ENV{'PATH'} =~ m,/usr/etc,;
107 $ENV{'PATH'} .= ":/usr/ucb" unless $ENV{'PATH'} =~ m,/usr/ucb,;
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi80 $name = shift || $ENV{AG_DEF_PROG_NAME} || 'XXX' if (!$name);
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man158 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;

Completed in 306 milliseconds

1234