Lines Matching +full:2 +full:kxxx
30 …o-<feature> ...] [enable-<feature> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] …
70 # --api One of 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, or 3.0
238 "1.0.2" => 10002,
344 if ($2 ne '') {
346 my $v = $2;
849 $cmdvars{$1} = $2;
884 my $word = $2;
1161 $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
1171 $_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
1211 # 2 - %useradd entry set
1216 $v += 2 if @{$useradd{$_}};
1548 if ($target =~ /^mingw/ && `$config{CC} --target-help 2>&1` =~ m/-mno-cygwin/m)
1685 $target{perlasm_scheme} = "linux64v2" if ($predefined_C{_CALL_ELF} == 2);
1729 open(PIPE, "$cc -Wa,--help -c -o null.$$.o -x assembler /dev/null 2>&1 |");
1840 … system("printf '#include <sys/types.h>\n#include <linux/tls.h>' | $cc -E - >/dev/null 2>&1");
1845 system("printf '#include <sys/types.h>\n#include <sys/ktls.h>' | $cc -E - >/dev/null 2>&1");
2159 $ak = $2;
2222 # -2 positive already run and we found ELSE (following ELSIF should fail)
2226 # 2 positive ELSE (following ELSIF should fail)
2249 die "ELSIF following ELSE" if abs($skip[$#skip]) == 2;
2255 $skip[$#skip] = -2 if $skip[$#skip] != 0;
2256 $skip[$#skip] = 2 if $skip[$#skip] == 0; },
2546 $m = $2;
2619 $unified_info{defines}->{$ddest}->{$1} = $2;
3404 open(PIPE, "$cc -dM -E -x c /dev/null 2>&1 |");
3407 $predefined{$cc}->{$1} = $2 // '';
3586 die "samedir expects two arguments\n" unless scalar @_ == 2;
3743 $line = $2.$';