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

/linux-master/tools/perf/tests/shell/common/
H A Dcheck_all_lines_matched.pl7 $max_printed_lines = $ENV{TESTLOG_ERR_MSG_MAX_LINES} if (defined $ENV{TESTLOG_ERR_MSG_MAX_LINES});
10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
H A Dcheck_all_patterns_found.pl7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
H A Dcheck_no_patterns_found.pl7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
/linux-master/scripts/
H A Dgenerate_initcall_order.pl14 my $nm = $ENV{'NM'} || die "$0: ERROR: NM not set?";
15 my $objtree = $ENV{'objtree'} || '.';
190 my $njobs = $ENV{'PARALLELISM'} || get_online_processors();
H A Dsphinx-pre-install9 $prefix = "$ENV{'srctree'}/" if ($ENV{'srctree'});
151 foreach(split(/:/, $ENV{PATH})) {
163 foreach my $dir (split(/:/, $ENV{PATH})) {
167 foreach my $dir (split(/:/, $ENV{PATH})) {
334 my @path = split ":", $ENV{PATH};
708 my $min_activate = "$ENV{'PWD'}/${virtenv_prefix}${min_version}/bin/activate";
709 my @activates = glob "$ENV{'PWD'}/${virtenv_prefix}*/bin/activate";
797 printf "\tdeactivate\n" if ($ENV{'PWD'} =~ /${virtenv_prefix}/);
817 printf "\tdeactivate\n" if ($ENV{'PW
[all...]
H A Dkernel-doc162 if (defined($ENV{'KBUILD_BUILD_TIMESTAMP'}) &&
163 (my $seconds = `date -d"${ENV{'KBUILD_BUILD_TIMESTAMP'}}" +%s`) ne '') {
184 if (defined($ENV{'KBUILD_VERBOSE'}) && $ENV{'KBUILD_VERBOSE'} =~ '1') {
188 if (defined($ENV{'KCFLAGS'})) {
189 my $kcflags = "$ENV{'KCFLAGS'}";
199 if (defined($ENV{'KDOC_WERROR'})) {
200 $Werror = "$ENV{'KDOC_WERROR'}";
394 foreach(split(/:/, $ENV{PATH})) {
439 if (defined($ENV{'KERNELVERSIO
[all...]
H A Dget_maintainer.pl409 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex;
1476 foreach my $path (split(/:/, $ENV{PATH})) {
1488 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
H A Dcheckpatch.pl49 my $gitroot = $ENV{'GIT_DIR'};
1499 foreach my $path (split(/:/, $ENV{PATH})) {
1511 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl52 $debugprint = 1 if (defined($ENV{LOCALMODCONFIG_DEBUG}));
137 my $lsmod_file = $ENV{'LSMOD'};
170 $source =~ s/\$\($env\)/$ENV{$env}/;
357 if ( -f $ENV{'objtree'}."/".$lsmod_file) {
358 $lsmod_file = $ENV{'objtree'}."/".$lsmod_file;
597 if (defined($ENV{'LMC_KEEP'})) {
598 @preserved_kconfigs = split(/:/,$ENV{LMC_KEEP});
/linux-master/tools/perf/tests/
H A Dattr.c39 #define ENV "PERF_TEST_ATTR" macro
46 dir = getenv(ENV);
/linux-master/tools/testing/ktest/
H A Dktest.pl4147 my @paths = split /:/, $ENV{PATH};
4393 $ENV{"SSH_USER"} = $ssh_user;
4394 $ENV{"MACHINE"} = $machine;
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl85 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) {

Completed in 473 milliseconds