Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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});
/kernel/linux/linux-6.6/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});
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install9 $prefix = "$ENV{'srctree'}/" if ($ENV{'srctree'});
152 foreach(split(/:/, $ENV{PATH})) {
164 foreach my $dir (split(/:/, $ENV{PATH})) {
168 foreach my $dir (split(/:/, $ENV{PATH})) {
348 my @path = split ":", $ENV{PATH};
714 my $min_activate = "$ENV{'PWD'}/${virtenv_prefix}${min_version}/bin/activate";
715 my @activates = glob "$ENV{'PWD'}/${virtenv_prefix}*/bin/activate";
806 printf "\tdeactivate\n" if ($ENV{'PWD'} =~ /${virtenv_prefix}/);
826 printf "\tdeactivate\n" if ($ENV{'PW
[all...]
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 Dkernel-doc159 if (defined($ENV{'KBUILD_BUILD_TIMESTAMP'}) &&
160 (my $seconds = `date -d"${ENV{'KBUILD_BUILD_TIMESTAMP'}}" +%s`) ne '') {
181 if (defined($ENV{'KBUILD_VERBOSE'}) && $ENV{'KBUILD_VERBOSE'} =~ '1') {
185 if (defined($ENV{'KCFLAGS'})) {
186 my $kcflags = "$ENV{'KCFLAGS'}";
196 if (defined($ENV{'KDOC_WERROR'})) {
197 $Werror = "$ENV{'KDOC_WERROR'}";
391 foreach(split(/:/, $ENV{PATH})) {
436 if (defined($ENV{'KERNELVERSIO
[all...]
H A Dget_maintainer.pl405 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex;
1470 foreach my $path (split(/:/, $ENV{PATH})) {
1482 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
H A Dcheckpatch.pl49 my $gitroot = $ENV{'GIT_DIR'};
1498 foreach my $path (split(/:/, $ENV{PATH})) {
1510 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
/kernel/linux/linux-5.10/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'});
147 foreach(split(/:/, $ENV{PATH})) {
159 foreach my $dir (split(/:/, $ENV{PATH})) {
163 foreach my $dir (split(/:/, $ENV{PATH})) {
346 my @path = split ":", $ENV{PATH};
795 my $min_activate = "$ENV{'PWD'}/${virtenv_prefix}${min_version}/bin/activate";
796 my @activates = glob "$ENV{'PWD'}/${virtenv_prefix}*/bin/activate";
H A Dkernel-doc306 if (defined($ENV{'KBUILD_BUILD_TIMESTAMP'}) &&
307 (my $seconds = `date -d"${ENV{'KBUILD_BUILD_TIMESTAMP'}}" +%s`) ne '') {
328 if (defined($ENV{'KBUILD_VERBOSE'})) {
329 $verbose = "$ENV{'KBUILD_VERBOSE'}";
332 if (defined($ENV{'KDOC_WERROR'})) {
333 $Werror = "$ENV{'KDOC_WERROR'}";
336 if (defined($ENV{'KCFLAGS'})) {
337 my $kcflags = "$ENV{'KCFLAGS'}";
496 foreach(split(/:/, $ENV{PATH})) {
541 if (defined($ENV{'KERNELVERSIO
[all...]
H A Dget_maintainer.pl405 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex;
1469 foreach my $path (split(/:/, $ENV{PATH})) {
1481 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
H A Dcheckpatch.pl46 my $gitroot = $ENV{'GIT_DIR'};
1254 foreach my $path (split(/:/, $ENV{PATH})) {
1266 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.c38 #define ENV "PERF_TEST_ATTR" macro
45 dir = getenv(ENV); in test_attr__init()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dattr.c39 #define ENV "PERF_TEST_ATTR" macro
46 dir = getenv(ENV); in test_attr__init()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl4224 my @paths = split /:/, $ENV{PATH};
4380 $ENV{"SSH_USER"} = $ssh_user;
4381 $ENV{"MACHINE"} = $machine;
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl4142 my @paths = split /:/, $ENV{PATH};
4388 $ENV{"SSH_USER"} = $ssh_user;
4389 $ENV{"MACHINE"} = $machine;
/kernel/linux/linux-5.10/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]+)/) {
/kernel/linux/linux-6.6/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 35 milliseconds