Searched refs:spec (Results 1 - 25 of 233) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/
H A DBCC.pm9 my ($self, %spec) = @_;
11 foreach my $path ( @{ $spec{includes} || [] },
12 @{ $spec{perlinc} || [] } ) {
16 %spec = $self->write_compiler_script(%spec)
17 if $spec{use_scripts};
20 $spec{cc}, '-c' ,
21 @{$spec{includes}} ,
22 @{$spec{cflags}} ,
23 @{$spec{optimiz
[all...]
H A DGCC.pm9 my ($self, %spec) = @_;
11 foreach my $path ( @{ $spec{includes} || [] },
12 @{ $spec{perlinc} || [] } ) {
17 my @cc = split / (?=-)/, $spec{cc};
21 @{$spec{includes}} ,
22 @{$spec{cflags}} ,
23 @{$spec{optimize}} ,
24 @{$spec{defines}} ,
25 @{$spec{perlinc}} ,
26 '-o', $spec{outpu
[all...]
H A DMSVC.pm14 my ($self, %spec) = @_;
16 foreach my $path ( @{ $spec{includes} || [] },
17 @{ $spec{perlinc} || [] } ) {
21 %spec = $self->write_compiler_script(%spec)
22 if $spec{use_scripts};
25 $spec{cc},'-nologo','-c',
26 @{$spec{includes}} ,
27 @{$spec{cflags}} ,
28 @{$spec{optimiz
[all...]
/openbsd-current/libexec/ld.so/
H A Dtrace.c33 char *spec; /* comma separated spec entries */ member in struct:tracespec
122 _dl_trace_parse_spec(const char *var, struct tracespec *spec) argument
127 spec->inverse = 1;
137 spec->spec = _dl_malloc(1 + end - start);
138 if (spec->spec == NULL)
141 _dl_bcopy(start, spec->spec, en
155 _dl_trace_match(const char *name, struct tracespec *spec, int allow_so) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm118 my %spec = (
141 \$spec{source},
142 \$spec{output},
143 $spec{includes},
144 $spec{perlinc},
147 my @cmds = $self->format_compiler_cmd(%spec);
153 (my $out = $spec{output}) =~ tr/'"//d;
176 my %spec = (
192 unless ( $spec{basename} ) {
193 ($spec{basenam
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DLibSpec.pm65 sub lookup($spec, $repo, $base)
67 my $approx = $spec->lookup_stem($repo);
73 if ($spec->match($c, $base)) {
114 # $spec->match($library, $base)
184 sub no_match_dispatch($library, $spec, $base)
186 return $spec->no_match_shared($library, $base);
250 sub lookup_stem($spec, $repo)
252 my $result = $repo->{$spec->stem};
260 sub no_match_major($spec, $library)
262 return $spec
[all...]
H A DSharedLibs.pm117 sub lookup_libspec($self, $base, $spec)
119 return $spec->lookup($self->{repo}, $base);
123 sub report_problem($self, $spec)
125 my $name = $spec->to_string;
128 my $approx = $spec->lookup_stem($self->{repo});
132 if (!$spec->is_valid) {
138 my $ouch = $spec->no_match($bad, $base);
/openbsd-current/gnu/usr.bin/cvs/
H A DMakefile.am38 cvs.spec \
39 cvs.spec.in \
54 ## cvs.spec ##
55 # - cvs.spec needs to be updated only once, since it depends on
60 cvs.spec: $(srcdir)/cvs.spec.in $(top_srcdir)/configure.in
61 sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/cvs.spec.in >cvs.tspec
62 mv cvs.tspec $(srcdir)/cvs.spec
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dmktests.PL33 my $spec = parse_partspec($file);
36 if (exists $spec->{tests}) {
37 exists $spec->{OPTIONS}{tests} &&
38 exists $spec->{OPTIONS}{tests}{plan}
47 $tmpl =~ s/__PLAN__/$spec->{OPTIONS}{tests}{plan}/mg;
48 $tmpl =~ s/^__TESTS__$/$spec->{tests}/mg;
/openbsd-current/usr.sbin/pkg_add/OpenBSD/LibSpec/
H A DBuild.pm29 sub no_match_dispatch($library, $spec, $base)
31 return $spec->no_match_static($library, $base);
66 sub findbest($spec, $repo, $base)
68 my $spec2 = OpenBSD::LibSpec::GT->new($spec->{dir}, $spec->{stem},
81 if ($spec->match($best, $base)) {
90 sub no_match_major($spec, $library)
92 return $spec->major > $library->major;
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dcase.pl17 my %spec;
56 $spec{$invlist_ref->[$i]} = pack "W*" , @{$invmap_ref->[$i]};
67 for my $i (sort keys %spec) {
72 print "# ", scalar keys %spec, " special mappings\n";
99 for my $ord (sort { $a <=> $b } keys %spec) {
103 my $expected = unidump($spec{$ord});
125 (scalar keys %spec) +
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.c35 char *spec; /* Parsing modifies this. */
88 sym_id_add (spec, which_table)
89 const char *spec;
93 int len = strlen (spec);
98 id->spec = (char *) id + sizeof (*id);
99 strcpy (id->spec, spec);
107 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience
108 to the user, a spec without a colon is interpreted as:
118 parse_spec (spec, sy
34 char *spec; /* Parsing modifies this. */ member in struct:sym_id
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.c35 char *spec; /* Parsing modifies this. */
88 sym_id_add (const char *spec, Table_Id which_table)
91 int len = strlen (spec);
96 id->spec = (char *) id + sizeof (*id);
97 strcpy (id->spec, spec);
105 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience
106 to the user, a spec without a colon is interpreted as:
116 parse_spec (char *spec, Sym *sym)
121 colon = strrchr (spec, '
34 char *spec; /* Parsing modifies this. */ member in struct:sym_id
87 sym_id_add(const char *spec, Table_Id which_table) argument
115 parse_spec(char *spec, Sym *sym) argument
[all...]
/openbsd-current/usr.sbin/mtree/
H A Dextern.h47 struct _node *spec(void);
H A DMakefile6 SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMksymlists.pm18 my(%spec) = @_;
22 unless ( $spec{NAME} or
23 ($spec{FILE} and ($spec{DL_FUNCS} or $spec{FUNCLIST})) );
25 $spec{DL_VARS} = [] unless $spec{DL_VARS};
26 ($spec{FILE} = $spec{NAME}) =~ s/.*::// unless $spec{FIL
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs292 vmsopen(spec,...)
293 char * spec
303 if (!spec || !*spec) {
310 if (*spec == '+') {
312 spec++;
314 if (*spec == '>') {
315 if (*(spec+1) == '>') *mode = 'a', spec += 2;
316 else *mode = 'w', spec
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dattribs.c153 const struct attribute_spec *spec = NULL;
166 spec = &attribute_tables[i][j];
170 if (spec != NULL)
174 if (spec == NULL)
180 else if (list_length (args) < spec->min_length
181 || (spec->max_length >= 0
182 && list_length (args) > spec->max_length))
189 if (spec->decl_required && !DECL_P (*anode))
211 if (spec->type_required && DECL_P (*anode))
217 if (spec
152 const struct attribute_spec *spec = NULL; local
[all...]
/openbsd-current/sbin/swapctl/
H A Dswapctl.c353 const char *spec; local
358 spec = fp->fs_spec;
381 spec = strdup(s + strlen(NFSMNTPT));
382 if (spec == NULL)
388 if (strlen(spec) == 0) {
390 free((char *)spec);
398 execl(PATH_MOUNT, PATH_MOUNT, fp->fs_spec, spec,
407 free((char *)spec);
410 } else if (isduid(spec, 0)) {
419 if (strncmp("/dev/", spec,
[all...]
/openbsd-current/regress/sbin/isakmpd/dh/
H A Ddhtest.c60 name[group->spec->type],
61 group->spec->bits);
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/
H A DHeavy.pm80 my($remove, $spec, @names, @allexports);
83 foreach $spec (@imports){
84 $remove = $spec =~ s/^!//;
86 if ($spec =~ s/^://){
87 if ($spec eq 'DEFAULT'){
90 elsif ($tagdata = $tagsref->{$spec}) {
94 warn qq["$spec" is not defined in %${pkg}::EXPORT_TAGS];
99 elsif ($spec =~ m:^/(.*)/$:){
105 @names = ($spec); # is a normal symbol name
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h241 // Only match the symbol file spec if there is one in this ModuleSpec
308 void Append(const ModuleSpec &spec) { argument
310 m_specs.push_back(spec);
337 for (auto spec : m_specs) {
338 if (spec.Matches(module_spec, exact_arch_match)) {
339 match_module_spec = spec;
347 for (auto spec : m_specs) {
348 if (spec.Matches(module_spec, exact_arch_match)) {
349 match_module_spec = spec;
363 for (auto spec
[all...]
/openbsd-current/regress/sbin/iked/dh/
H A Ddhtest.c67 group->spec->type == GROUP_SNTRUP761X25519)
74 name[group->spec->type],
75 group->spec->bits, ibuf_length(buf) * 8);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dattribs.c164 const struct attribute_spec *spec = NULL;
176 spec = &attribute_tables[i][j];
180 if (spec != NULL)
184 if (spec == NULL)
190 else if (list_length (args) < spec->min_length
191 || (spec->max_length >= 0
192 && list_length (args) > spec->max_length))
199 if (spec->decl_required && !DECL_P (*anode))
221 if (spec->type_required && DECL_P (*anode))
227 if (spec
163 const struct attribute_spec *spec = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.h103 ffeinfoBasictype ffeintrin_basictype (ffeintrinSpec spec);
104 ffeintrinFamily ffeintrin_family (ffeintrinSpec spec);
115 bool ffeintrin_is_actualarg (ffeintrinSpec spec);
117 ffeintrinGen *gen, ffeintrinSpec *spec,
119 bool ffeintrin_is_standard (ffeintrinGen gen, ffeintrinSpec spec);
120 ffeinfoKindtype ffeintrin_kindtype (ffeintrinSpec spec);
123 const char *ffeintrin_name_specific (ffeintrinSpec spec);

Completed in 193 milliseconds

12345678910