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

12

/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision132 ($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 Dchars.h79 #define ENV 36 /* environment variables */ macro
H A Dcmd.c403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV,
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl609 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 Dabi_index.pl74 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 DAppcertUtil.pm542 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 Dsymprof.pl708 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 Dvalidate_flg.pl51 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 Dgenoffsets.pl78 } elsif (defined $ENV{$name}) {
79 return ($ENV{$name});
H A Dcheck_rtime.pl1022 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 Donbld_elfmod.pm155 if (defined($ENV{CODEMGR_WS})) {
156 $file = "$ENV{CODEMGR_WS}/exception_lists/$name";
H A Dbldenv.sh192 ENV \
H A Dinterface_cmp.pl103 if (defined($ENV{CODEMGR_WS})) {
104 $file = "$ENV{CODEMGR_WS}/exception_lists/interface_cmp";
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Drestricted.sh59 check_restricted 'ENV=/bin' || err_exit 'ENV asignment not resticted'
79 for i in PATH ENV FPATH
H A Doptions.sh32 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 Dvariables.sh607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl616 $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 Dcodesign_server.pl68 my ($client) = split(/\s/, $ENV{SSH_CLIENT});
H A Dsignit.pl69 $Server = $ENV{CODESIGN_SERVER} || "quill.sfbay";
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service66 ($ENV{"DESKTOP_LAUNCHED"}) &&
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd35 $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 Dconfig.status.solaris36 $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 Dhelp2man158 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh29 unset ENV TMPDIR
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl252 if (!($TmpDir = $ENV{TMPDIR}) || (! -d $TmpDir)) {
258 if ($LddArgs = $ENV{LARI_LDD_ARGS}) {

Completed in 137 milliseconds

12