Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 1708) sorted by relevance

12345678910>>...69

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp47 #define _ fixup_Invalid macro
51 { _, _, _, _,
52 _, _, P(_DTPREL_16_X), P(_DTPREL_11_X),
53 P(_DTPREL_11_X), P(_9_X), _, P(_DTPREL_11_X),
54 P(_DTPREL_16_X), _, _,
[all...]
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm132 confess(err("PARSE")) if (grep(!defined($_),@_));
139 $token.="\t" if ($#_>=0);
140 $out.=$token.join(',',@_)."\n";
144 confess(err("ARGNUM")) if ($#_!=0);
145 my ($label)=@_;
150 confess(err("ARGNUM")) if ($#_!=0);
151 my ($file)=@_;
160 confess(err("ARGNUM")) if ($#_!=0);
161 S(0xb2b0,@_);
165 confess(err("ARGNUM")) if ($#_!=0);
[all …]
H A Dx86asm.pl27 die "more than 4 arguments passed to $opcode" if ($#_>3);
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
39 if ($#_==-1) { push(@out,"\t$opcode\n"); }
40 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); }
44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'";
48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'";
51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
53 sub ::blindpop { &pop($_[0]); $stack+=4; }
54 sub ::wparam { &DWP($stack+4*$_[0],"esp"); }
[all …]
H A Dppc-xlate.pl21 my ($dir,$name,$type) = @_;
116 my $line = join(",",@_);
126 for (@_) {
132 { $hi=undef; $lo=$_; }
168 my @rest = @_;
171 @subst = map { vsr2vr1($_); } @subst;
182 my @out = _vsr2vr($num, @_);
192 my @out = _vsr2vr($num, @_);
198 my $vsel = sub { vsr2vr("vsel", 4, @_); };
199 my $vsl = sub { vsr2vr("vsl", 3, @_); };
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc35 #define _(rq, tp, sz) \
46 _(AFM_ADDFMAP, READWRITE, struct_atm_flowmap_sz);
47 _(AFM_DELFMAP, READWRITE, struct_atm_flowmap_sz);
48 _(AFM_CLEANFMAP, READWRITE, struct_atm_flowmap_sz);
49 _(AFM_GETFMAP, READWRITE, struct_atm_flowmap_sz);
51 _(ALTQGTYPE, READWRITE, struct_altqreq_sz);
52 _(ALTQTBRSET, READ, struct_tbrreq_sz);
53 _(ALTQTBRGET, READWRITE, struct_tbrreq_sz);
55 _(BLUE_IF_ATTACH, READ, struct_blue_interface_sz);
56 _(BLUE_DISABLE, READ, struct_blue_interface_sz);
[all …]
H A Dsanitizer_common_interceptors_ioctl.inc41 #define _(rq, tp, sz) \
51 _(FIOASYNC, READ, sizeof(int));
52 _(FIOCLEX, NONE, 0);
53 _(FIOGETOWN, WRITE, sizeof(int));
54 _(FIONBIO, READ, sizeof(int));
55 _(FIONCLEX, NONE, 0);
56 _(FIOSETOWN, READ, sizeof(int));
57 _(SIOCATMARK, WRITE, sizeof(int));
58 _(SIOCGIFCONF, CUSTOM, 0);
59 _(SIOCGPGRP, WRITE, sizeof(int));
[all …]
/freebsd/crypto/openssl/Configurations/platform/
H A DBASE.pm25 sub binname { return $_[1] } # Name of executable binary
26 sub dsoname { return $_[1] } # Name of dynamic shared object (DSO)
27 sub sharedname { return __isshared($_[1]) ? $_[1] : undef } # Name of shared lib
28 sub staticname { return __base($_[1], '.a') } # Name of static lib
35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) }
38 sub staticlib { return $_[0]->staticname($_[1]) . $_[0]->libext() }
41 sub def { return __base($_[1], '.ld') . $_[0]->defext() }
42 sub obj { return __base($_[1], '.o') . $_[0]->objext() }
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dgenshell.c414 res = (char *)VOIDP(_(pz)); in AO_gettext()
416 res = (char *)VOIDP(_(pz)); in AO_gettext()
418 res = (char *)VOIDP(_(pz)); in AO_gettext()
424 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
500 puts(_("genshellopt 1\n\ in bogus_function()
507 puts(_("The genshellopt library is free software; you can redistribute it and/or\n\ in bogus_function()
511 puts(_("This library is distributed in the hope that it will be useful, but WITHOUT\n\ in bogus_function()
515 puts(_("You should have received a copy of the GNU Library General Public License\n\ in bogus_function()
520 puts(_("Output Script File")); in bogus_function()
523 puts(_("Shell name (follows \"#!\" magic)")); in bogus_function()
[all …]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c452 * AutoGen specific wrapper function for gettext. It relies on the macro _()
476 res = (char *)VOIDP(_(pz)); in AO_gettext()
478 res = (char *)VOIDP(_(pz)); in AO_gettext()
480 res = (char *)VOIDP(_(pz)); in AO_gettext()
486 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
562 puts(_("ntpsnmpd 4.2.8p18\n\ in bogus_function()
567 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
571 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
583 puts(_("Do not fork")); in bogus_function()
586 puts(_("Lo in bogus_function()
[all...]
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Dusage-txt.h364 puts(_("allocation of %d bytes failed\n")); in dummy_func()
366 puts(_("allocation of %d bytes failed\n")); in dummy_func()
368 puts(_("AutoOpts function called without option descriptor\n")); in dummy_func()
370 puts(_("\tThis exceeds the compiled library version: ")); in dummy_func()
372 puts(_("Automated Options Processing Error!\n" in dummy_func()
375 puts(_("realloc of %d bytes at 0x%p failed\n")); in dummy_func()
377 puts(_("\tThis is less than the minimum library version: ")); in dummy_func()
379 puts(_("Automated Options version %s\n" in dummy_func()
382 puts(_("(AutoOpts bug): %s.\n")); in dummy_func()
384 puts(_("optionResetOpt() called, but reset-option not configured")); in dummy_func()
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c721 * AutoGen specific wrapper function for gettext. It relies on the macro _()
745 res = (char *)VOIDP(_(pz)); in AO_gettext()
747 res = (char *)VOIDP(_(pz)); in AO_gettext()
749 res = (char *)VOIDP(_(pz)); in AO_gettext()
755 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
831 puts(_("ntpdc 4.2.8p18\n\ in bogus_function()
836 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
840 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
852 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
855 puts(_("Forc in bogus_function()
[all...]
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c766 * AutoGen specific wrapper function for gettext. It relies on the macro _()
790 res = (char *)VOIDP(_(pz)); in AO_gettext()
792 res = (char *)VOIDP(_(pz)); in AO_gettext()
794 res = (char *)VOIDP(_(pz)); in AO_gettext()
800 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
876 puts(_("ntpq 4.2.8p18\n\ in bogus_function()
881 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
885 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
897 puts(_("Force IPv4 name resolution")); in bogus_function()
900 puts(_("Forc in bogus_function()
[all...]
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c1073 * AutoGen specific wrapper function for gettext. It relies on the macro _()
1097 res = (char *)VOIDP(_(pz)); in AO_gettext()
1099 res = (char *)VOIDP(_(pz)); in AO_gettext()
1101 res = (char *)VOIDP(_(pz)); in AO_gettext()
1107 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
1183 puts(_("sntp 4.2.8p18\n\ in bogus_function()
1188 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1192 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1204 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
1207 puts(_("Forc in bogus_function()
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c1427 * AutoGen specific wrapper function for gettext. It relies on the macro _()
1451 res = (char *)VOIDP(_(pz)); in AO_gettext()
1453 res = (char *)VOIDP(_(pz)); in AO_gettext()
1455 res = (char *)VOIDP(_(pz)); in AO_gettext()
1461 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
1537 puts(_("ntpd 4.2.8p18\n\ in bogus_function()
1542 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1546 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1558 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
1561 puts(_("Forc in bogus_function()
[all...]
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1207 * AutoGen specific wrapper function for gettext. It relies on the macro _()
1231 res = (char *)VOIDP(_(pz)); in AO_gettext()
1233 res = (char *)VOIDP(_(pz)); in AO_gettext()
1235 res = (char *)VOIDP(_(pz)); in AO_gettext()
1241 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext()
1317 puts(_("ntp-keygen (ntp) 4.2.8p18\n\ in bogus_function()
1322 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1326 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1338 puts(_("identity modulus bits")); in bogus_function()
1341 puts(_("certificat in bogus_function()
[all...]
/freebsd/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm197 my ($o, $c) = @_;
198 return sub { ($o, ns, @_, ns, pp($c)) };
202 my ($f, @l) = @_;
205 local $_ = $el;
220 def_macro('Xo', sub { @_ }, concat_until => '.Xc');
222 def_macro('.Ns', sub {ns, @_});
223 def_macro('Ns', sub {ns, @_});
230 $reference{authors} .= " and @_"
233 $reference{authors} = "@_";
237 def_macro('.%T', sub { $reference{title} = "@_"; () } );
[all …]
H A Dmdoc2man46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
49 Mdoc::def_macro( '.Nd', sub { "\\- @_" } );
59 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1);
61 Mdoc::def_macro( 'Oo', sub { '[', @_ } );
62 Mdoc::def_macro( 'Oc', sub { ']', @_ } );
64 Mdoc::def_macro( 'Po', sub { '(', @_} );
65 Mdoc::def_macro( 'Pc', sub { ')', @_ } );
67 Mdoc::def_macro( 'Bro', sub { '{', ns, @_ } );
68 Mdoc::def_macro( 'Brc', sub { '}', @_ } );
[all …]
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm170 my ($o, $c) = @_;
171 return sub { ($o, ns, @_, ns, pp($c)) };
175 my ($f, @l) = @_;
178 local $_ = $el;
193 def_macro('Xo', sub { @_ }, concat_until => '.Xc');
195 def_macro('.Ns', sub {ns, @_});
196 def_macro('Ns', sub {ns, @_});
203 $reference{authors} .= " and @_"
206 $reference{authors} = "@_";
210 def_macro('.%T', sub { $reference{title} = "@_"; () } );
[all …]
H A Dmdoc2man20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
23 Mdoc::def_macro( '.Nd', sub { "\\- @_" } );
33 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1);
35 Mdoc::def_macro( 'Oo', sub { '[', @_ } );
36 Mdoc::def_macro( 'Oc', sub { ']', @_ } );
38 Mdoc::def_macro( 'Po', sub { '(', @_} );
39 Mdoc::def_macro( 'Pc', sub { ')', @_ } );
41 Mdoc::def_macro( 'Bro', sub { '{', ns, @_ } );
42 Mdoc::def_macro( 'Brc', sub { '}', @_ } );
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntp.pl47 sub pkt_LI { return ($_[$[] >> 6) & 0x3; }
48 sub pkt_VN { return ($_[$[] >> 3) & 0x7; }
49 sub pkt_MODE { return ($_[$[] ) & 0x7; }
52 sub pkt_R { return ($_[$[] & 0x80) == 0x80; }
53 sub pkt_E { return ($_[$[] & 0x40) == 0x40; }
54 sub pkt_M { return ($_[$[] & 0x20) == 0x20; }
55 sub pkt_OP { return $_[$[] & 0x1f; }
61 local($id,$key) = @_;
79 local($fh,$opcode, $associd, $data,$address) = @_;
133 local($val,*list) = @_;
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm138 my %opts = @_;
201 my %opts = @_;
312 my %opts = @_;
326 my %opts = @_;
337 my %opts = @_;
348 my %opts = @_;
359 my %opts = @_;
373 my %opts = @_;
432 my %opts = @_;
473 local $_;
[all …]
H A DParseC.pm27 return map { ( @$_ ) } @preprocessor_conds;
87 if (ref($_[$#_]) eq "HASH") {
88 %opts = %{$_[$#_]};
89 pop @_;
100 if (ref($_[$#_]) eq "HASH") {
101 %opts = %{$_[$#_]};
102 pop @_;
113 if (ref($_[$#_]) eq "HASH") {
114 %opts = %{$_[$#_]};
115 pop @_;
[all …]
H A DOrdinals.pm83 my %opts = @_;
133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
164 [ map { OpenSSL::Ordinals::Item->new($_) }
183 $_->number($_->intnum()) if $_->number() =~ m|^\?|;
184 if ($max_assigned < $_->number()) {
185 $max_assigned = $_->number();
206 my %opts = @_;
227 my %opts = @_;
236 print F $_->to_string(),"\n";
269 my %opts = @_;
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_.cc43 using testing::_;
74 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F()
83 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
90 EXPECT_CALL(foo_, Bar2(_, _)).Times(2).WillOnce(Return(false)); in TEST_F()
96 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F()
103 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F()
117 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
132 EXPECT_CALL(foo_, Bar2(_, _)).RetiresOnSaturation(); in TEST_F()
143 EXPECT_CALL(foo_, Bar(_, 0, _)); in TEST_F()
[all …]
/freebsd/crypto/openssl/util/
H A Dmknum.pl49 %orig_names = map { $_->name() => 1 }
50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
51 filter => sub { $_->exists() })
64 $_->{value} = $_->{value}||"";
65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}};
67 $_->{type},
68 $_->{name},
69 ($_->{type} eq 'M' && defined $symhacks_file && $f eq $symhacks_file
70 ? ' = ' . $_->{value}
72 join(', ', @{$_->{conds}})
[all …]

12345678910>>...69