Searched refs:names (Results 26 - 50 of 496) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DMakefile.PL17 my @names = ({ name => 'HEf_SVKEY', macro => 1, type => "IV" },
24 # giving the prefix to limit the names of symbols to define that come
43 push @names, $1 if (/ ^ \s* \# \s* define \s+ ( $pfx \w+ ) \s+
69 NAMES => [map {ref $_ ? $_ : {name=>$_, macro=>1, type=>"UV"}} @names],
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsysinfo.y38 char *names[] = {" ","[n]","[n][m]"};
266 char *p = names[rdepth];
276 names[rdepth], size);
283 names[rdepth],size/8);
316 names[rdepth],
322 names[rdepth],
328 printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]);
398 printf("if (ptr->%s%s == %s) { tabout(); printf(\"%s\\n\");}\n", name, names[rdepth],$4,$3);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysinfo.y31 static char *names[] = {" ","[n]","[n][m]"};
262 char *p = names[rdepth];
272 names[rdepth], size);
279 names[rdepth],size/8);
312 names[rdepth],
318 names[rdepth],
324 printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]);
394 printf("if (ptr->%s%s == %s) { tabout(); printf(\"%s\\n\");}\n", name, names[rdepth],$4,$3);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/t/
H A Dtaint.t14 my @names = Encode->encodings(':all');
19 plan tests => 4 * @names + 2;
21 for my $name (@names) {
39 for my $name (@names) {
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/
H A DHeavy.pm80 my($remove, $spec, @names, @allexports);
88 @names = @$exports;
91 @names = @$tagdata;
102 @names = grep(/$patn/, @allexports); # not anchored by default
105 @names = ($spec); # is a normal symbol name
108 warn "Import ".($remove ? "del":"add").": @names "
112 foreach $sym (@names) { delete $imports{$sym} }
115 @imports{@names} = (1) x @names;
/openbsd-current/lib/libcurses/tty/
H A DMKexpanded.sh72 /* these are names we'd like to see */
/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dre_funcs_u.t41 my @names = sort +regnames();
42 is("@names","A B","regnames");
43 @names = sort +regnames(0);
44 is("@names","A B","regnames");
45 my $names = regnames();
46 ok(($names eq "B" || $names eq "A"), "regnames in scalar context");
47 @names = sort +regnames(1);
48 is("@names","A B C","regnames");
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/t/
H A Dconfig.t36 my %names;
45 $names{$num} = $_[0];
51 return $names{$_[0]};
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL35 my @names =
104 push @names,
109 push @names,
113 push @names, {name=>$_, type=>"UV"}
116 push @names, {name=>$_, type=>"NV", not_constant=>1}
120 push @names, {name=>$_, type=>"IV"}
126 push @names, {name=>$_, type=>"IV"}
130 push @names, {name=>$_, type=>"NV"}
134 push @names, {name=>$_, type=>"IV"}
137 push @names, {nam
[all...]
/openbsd-current/usr.bin/awk/
H A Dmaketab.c27 * this program makes the table to link function names
114 char *names[SIZE]; variable
166 names[tok-FIRSTTOKEN] = strdup(name);
167 if (names[tok-FIRSTTOKEN] == NULL) {
181 table[i] ? table[i] : "nullproc", names[i] ? names[i] : "");
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmodstack.c19 * Neither the name of the NLNET LABS nor the names of its contributors may
139 /** The list of module names */
144 static const char* names[] = { local
168 return names;
210 const char** names = module_list_avail(); local
214 while(names[i]) {
215 if(strncmp(names[i], s, strlen(names[i])) == 0) {
216 s += strlen(names[i]);
/openbsd-current/usr.sbin/unbound/services/
H A Dmodstack.c19 * Neither the name of the NLNET LABS nor the names of its contributors may
139 /** The list of module names */
144 static const char* names[] = { local
168 return names;
210 const char** names = module_list_avail(); local
214 while(names[i]) {
215 if(strncmp(names[i], s, strlen(names[i])) == 0) {
216 s += strlen(names[i]);
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DShowlex.pm13 # to see the names of lexical variables used by &foo
16 # to see the names of file scope lexicals used by bar.pl
62 shownamearray("Pad of lexical names for $objname", $namesav);
78 my ($objname, $names, $vals) = @_;
79 my @names = $names->ARRAY;
81 my $count = @names;
83 printf $walkHandle "0: %s\n", padname_terse($names[0]) unless $nosp1;
85 printf $walkHandle "$i: %s = %s\n", padname_terse($names[$i]),
88 and class($names[
[all...]
/openbsd-current/usr.sbin/lpd/
H A Dlp_displayq.c167 char dfname[PATH_MAX], names[80], *line = NULL; local
178 names[0] = '\0';
197 if (names[0])
198 (void)strlcat(names, ", ", sizeof(names));
199 (void)strlcat(names, fname, sizeof(names));
216 dprintf(ofd, "%-37s %lld bytes\n", names, (long long)totalsz);
229 char dfname[PATH_MAX], names[80], buf[64], *line = NULL; local
240 names[
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcorefile.exp74 set names [glob -nocomplain -directory $coredir core.*]
75 if {[llength $names] == 1} {
76 set corefile [file join $coredir [lindex $names 0]]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcustomop.t19 my $names = xop_custom_op_names;
20 $names->{$ppaddr} = "foo";
42 delete $names->{$ppaddr};
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DMakefile.PL23 my @names = (qw(HV_DELETE HV_DISABLE_UVAR_XKEY HV_FETCH_ISSTORE
38 push @names, {name => $1, macro => 1} if /^\s+([A-Za-z_0-9]+_amg),/;
44 NAMES => \@names,
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmg_vtable.pl318 my ($vt, $raw, $names) = map {
366 my @names;
369 push @names, $name;
399 printf $names qq[\t{ PERL_MAGIC_%-${longest_p1}s "%s(%s)" },\n],
456 for my $magic (sort @names) {
478 my @names = sort keys %vtable_conf;
480 my $want = join ",\n ", (map {"want_vtbl_$_"} @names), 'magic_vtable_max';
481 my $names = join qq{",\n "}, @names;
491 "$names"
[all...]
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Danalyze_brprob89 names[nnames] = name
133 max = names["combined"]
137 name = names[i]
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/
H A Dcommon.py102 # with all possible library names first, then try ctypes.util.find_library().
104 names = ['LLVM-' + LLVM_VERSION, 'LLVM-' + LLVM_VERSION + 'svn']
113 for i in names:
121 for i in names:
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DMakefile.PL164 my @names = qw(
214 my %names = %verSpecificNames, map { $_, 1} @names, 'ZLIB_VERSION';
225 delete $names{$1} if defined $1 ;
229 if ( keys %names )
231 my $missing = join ("\n\t", sort keys %names) ;
232 die "The following names are missing from \@EXPORT in Zlib.pm\n" .
236 push @names, { name => 'ZLIB_VERSION', type => 'PV' };
238 push @names, map { { name => $_,
244 push @names, { nam
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dhashassign.t113 my (%names, %names_copy);
114 %names = ('$' => 'Scalar', '@' => 'Array', # Grr '
116 %names_copy = %names;
117 ok (eq_hash (\%names, \%names_copy), "check we can copy our hash");
121 return eq_hash (\%names, \%args);
124 ok (in (%names), "pass hash into a method");
129 return eq_hash (\%names, \%args);
132 ok (main->in_method (%names), "pass hash into a method");
135 return %names;
139 ok (eq_hash (\%names, \
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dsubs.pm10 subs - Perl pragma to predeclare subroutine names
19 This will predeclare all the subroutines whose names are
/openbsd-current/etc/examples/
H A Dacme-client.conf27 alternative names { secure.example.com }
/openbsd-current/gnu/usr.bin/perl/
H A Dmake_patchnum.pl138 ($commit_id, my $commit_date, my $names)
141 my @names = split /,\s*/, $names;
143 ($branch) = map m{^HEAD -> (.*)}, @names;
145 ($branch) = map m{^(blead|maint/.*)}, @names;
148 ($branch) = map m{^tag: (.*)}, @names;
152 my ($pr) = map m{^refs/pull/([0-9]+)/}, @names;
156 $branch = $names[0] || $commit_id;

Completed in 154 milliseconds

1234567891011>>