Searched refs:ENV (Results 1 - 25 of 28) sorted by relevance
12
/illumos-gate/usr/src/cmd/sgs/packages/common/ |
H A D | readme_revision | 132 ($wsname = $ENV{'CODEMGR_WS'}) ne '' || ($wsname = 'unknown'); 138 print "1.$cnt:$wsname-$ENV{USER}-$last_cr-$date\n";
|
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | chars.h | 79 #define ENV 36 /* environment variables */ macro
|
H A D | cmd.c | 403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV,
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | appcert.pl | 609 if (defined($ENV{'LD_LIBRARY_PATH'})) { 610 foreach $dirname (split(/:/, $ENV{'LD_LIBRARY_PATH'})) { 655 $ENV{'LD_LIBRARY_PATH'} = 697 my $env_min = $ENV{'AC_BLOCK_MIN'}; 698 my $env_max = $ENV{'AC_BLOCK_MAX'}; 702 $ENV{'AC_BLOCK_MIN'} = $i; 703 $ENV{'AC_BLOCK_MAX'} = $i + $block_size; 712 $ENV{'AC_BLOCK_MIN'} = $env_min; 714 delete $ENV{'AC_BLOCK_MIN'}; 717 $ENV{'AC_BLOCK_MA [all...] |
H A D | abi_index.pl | 74 my $old = $ENV{'LC_ALL'}; 75 $ENV{'LC_ALL'} = 'C'; 79 $ENV{'LC_ALL'} = $old; 81 delete($ENV{'LC_ALL'}); 228 my $old = $ENV{'LC_ALL'}; 229 $ENV{'LC_ALL'} = 'C'; 261 $ENV{'LC_ALL'} = $old; 263 delete($ENV{'LC_ALL'});
|
H A D | AppcertUtil.pm | 542 if (exists($ENV{$evar})) { 543 $$pvar = $ENV{$evar}; 562 $ENV{$evar} = $pval; 586 if (defined($ENV{'LC_ALL'})) { 587 $LC_ALL = $ENV{'LC_ALL'}; 591 $ENV{'LC_ALL'} = 'C'; 594 delete $ENV{'LC_ALL'}; 596 $ENV{'LC_ALL'} = $LC_ALL;
|
H A D | symprof.pl | 708 while (($var, $val) = each(%ENV)) { 1447 $ENV{'LD_DEBUG'} = "files,bindings"; 1448 $ENV{'LD_DEBUG_OUTPUT'} = "$tmpdir/bind"; 1455 $ENV{'LD_NOAUXFLTR'} = "1";
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_flg.pl | 51 my $newstr = $ENV{$1}; 174 die "$0: \$CODEMGR_WS must be set\n" if $ENV{CODEMGR_WS} eq ""; 175 chdir $ENV{CODEMGR_WS} or die "$0: chdir $ENV{CODEMGR_WS}: $!\n";
|
H A D | genoffsets.pl | 78 } elsif (defined $ENV{$name}) { 79 return ($ENV{$name});
|
H A D | check_rtime.pl | 1022 delete($ENV{LD_PRELOAD}); 1023 delete($ENV{LD_PRELOAD_32}); 1024 delete($ENV{LD_PRELOAD_64}); 1077 $Tmpdir = "/tmp" if (!($Tmpdir = $ENV{TMPDIR}) || (! -d $Tmpdir)); 1092 } elsif ($ENV{CODEMGR_WS}) { 1097 $Proto = $Root if ($Root = $ENV{ROOT}) && (-d $Root); 1134 if (($Release = $ENV{RELEASE}) && (cmp_os_ver($Release, "<", "5.10"))) {
|
H A D | onbld_elfmod.pm | 155 if (defined($ENV{CODEMGR_WS})) { 156 $file = "$ENV{CODEMGR_WS}/exception_lists/$name";
|
H A D | bldenv.sh | 192 ENV \
|
H A D | interface_cmp.pl | 103 if (defined($ENV{CODEMGR_WS})) { 104 $file = "$ENV{CODEMGR_WS}/exception_lists/interface_cmp";
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | restricted.sh | 59 check_restricted 'ENV=/bin' || err_exit 'ENV asignment not resticted' 79 for i in PATH ENV FPATH
|
H A D | options.sh | 32 export LC_ALL=C ENV= 60 export ENV=/.$env 67 err_exit "\$ENV file &>/dev/null does not redirect stdout -- expected '', got $got" 73 err_exit "\$ENV file &>/dev/null does not redirect stderr -- expected one diagnostic line, got $got" 77 export ENV=/.$rc 81 err_exit 'privileged nointeractive shell reads $ENV file' 83 err_exit 'privileged -E reads $ENV file' 85 err_exit 'privileged +E reads $ENV file' 87 err_exit 'privileged --rc reads $ENV file' 89 err_exit 'privileged --norc reads $ENV fil [all...] |
H A D | variables.sh | 607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 616 $ENV{'DTRACE_DEBUG_REGSET'} = 'true'; 619 $ENV{'UMEM_DEBUG'} = 'default,verbose'; 620 $ENV{'UMEM_LOGGING'} = 'fail,contents'; 621 $ENV{'LD_PRELOAD'} = 'libumem.so';
|
/illumos-gate/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 68 my ($client) = split(/\s/, $ENV{SSH_CLIENT});
|
H A D | signit.pl | 69 $Server = $ENV{CODESIGN_SERVER} || "quill.sfbay";
|
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | print-service | 66 ($ENV{"DESKTOP_LAUNCHED"}) &&
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 35 $ENV{PATH} = ( "/bin", "/sbin", "/usr/bin", "/usr/sbin", "/usr/ucb" ) 868 local ($_) = $ENV{PATH}; 1388 $PAGER = fixpath($ENV{PAGER}, "/usr/bin/less"); 1389 $EDITOR = fixpath($ENV{EDITOR}, "/usr/bin/vi"); 1390 $SHELL = fixpath($ENV{SHELL}, "/usr/bin/ksh");
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.status.solaris | 36 $as_unset ENV MAIL MAILPATH 149 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 158 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
|
/illumos-gate/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 29 unset ENV TMPDIR
|
/illumos-gate/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 252 if (!($TmpDir = $ENV{TMPDIR}) || (! -d $TmpDir)) { 258 if ($LddArgs = $ENV{LARI_LDD_ARGS}) {
|
Completed in 131 milliseconds
12