Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/
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...]
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...]
/openbsd-src/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-src/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{FILE};
27 $spec{FUNCLIST} = [] unless $spec{FUNCLIST};
28 $spec{DL_FUNCS} = { $spec{NAME} => [] }
29 unless ( ($spec{DL_FUNCS} and keys %{$spec{DL_FUNCS}}) or
30 @{$spec{FUNCLIST}});
31 if (defined $spec{DL_FUNCS}) {
[all …]
/openbsd-src/libexec/ld.so/
H A Dtrace.c33 char *spec; /* comma separated spec entries */ member
122 _dl_trace_parse_spec(const char *var, struct tracespec *spec) in _dl_trace_parse_spec() argument
127 spec->inverse = 1; in _dl_trace_parse_spec()
137 spec->spec = _dl_malloc(1 + end - start); in _dl_trace_parse_spec()
138 if (spec->spec == NULL) in _dl_trace_parse_spec()
141 _dl_bcopy(start, spec->spec, end - start); in _dl_trace_parse_spec()
142 spec->spec[end - start] = '\0'; in _dl_trace_parse_spec()
155 _dl_trace_match(const char *name, struct tracespec *spec, int allow_so) in _dl_trace_match() argument
162 if (spec->spec == NULL) in _dl_trace_match()
166 list = spec->spec; in _dl_trace_match()
[all …]
/openbsd-src/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)) {
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->major != $library->major;
265 sub no_match_name($spec, $library, $base)
[all …]
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.c34 char *spec; /* Parsing modifies this. */ member
87 sym_id_add (spec, which_table) in sym_id_add() argument
88 const char *spec; in sym_id_add()
92 int len = strlen (spec);
97 id->spec = (char *) id + sizeof (*id);
98 strcpy (id->spec, spec);
117 parse_spec (spec, sym) in parse_spec() argument
118 char *spec; in parse_spec()
124 colon = strrchr (spec, ':');
130 if (colon > spec)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.c34 char *spec; /* Parsing modifies this. */ member
87 sym_id_add (const char *spec, Table_Id which_table) in sym_id_add() argument
90 int len = strlen (spec); in sym_id_add()
95 id->spec = (char *) id + sizeof (*id); in sym_id_add()
96 strcpy (id->spec, spec); in sym_id_add()
115 parse_spec (char *spec, Sym *sym) in parse_spec() argument
120 colon = strrchr (spec, ':'); in parse_spec()
126 if (colon > spec) in parse_spec()
128 sym->file = source_file_lookup_name (spec); in parse_spec()
134 spec = colon + 1; in parse_spec()
[all …]
/openbsd-src/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++;
318 else if (*spec == '<') spec++;
324 fp = fopen(spec,mode);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm477 my $spec_version = $self->{spec};
526 my ($self,$spec,$data) = @_;
528 if(ref($spec) ne 'HASH') {
538 for my $key (keys %$spec) {
539 next unless($spec->{$key}->{mandatory});
548 if($spec->{$key}) {
549 if($spec->{$key}{value}) {
550 $spec->{$key}{value}->($self,$key,$data->{$key});
551 } elsif($spec->{$key}{'map'}) {
552 $self->check_map($spec->{$key}{'map'},$data->{$key});
[all …]
/openbsd-src/sbin/swapctl/
H A Dswapctl.c353 const char *spec; in do_fstab() local
358 spec = fp->fs_spec; in do_fstab()
381 spec = strdup(s + strlen(NFSMNTPT)); in do_fstab()
382 if (spec == NULL) in do_fstab()
388 if (strlen(spec) == 0) { in do_fstab()
390 free((char *)spec); in do_fstab()
398 execl(PATH_MOUNT, PATH_MOUNT, fp->fs_spec, spec, in do_fstab()
407 free((char *)spec); in do_fstab()
410 } else if (isduid(spec, 0)) { in do_fstab()
419 if (strncmp("/dev/", spec, 5) != 0) in do_fstab()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dattribs.c152 const struct attribute_spec *spec = NULL; in decl_attributes() local
165 spec = &attribute_tables[i][j]; in decl_attributes()
169 if (spec != NULL) in decl_attributes()
173 if (spec == NULL) in decl_attributes()
179 else if (list_length (args) < spec->min_length in decl_attributes()
180 || (spec->max_length >= 0 in decl_attributes()
181 && list_length (args) > spec->max_length)) in decl_attributes()
188 if (spec->decl_required && !DECL_P (*anode)) in decl_attributes()
210 if (spec->type_required && DECL_P (*anode)) in decl_attributes()
216 if (spec->function_type_required && TREE_CODE (*anode) != FUNCTION_TYPE in decl_attributes()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmetafile_data.t29 my $have_url = delete $have->{'meta-spec'}->{url};
30 my $want_url = delete $want->{'meta-spec'}->{url};
33 like $have_url, qr{CPAN::Meta::Spec}, "CPAN::Meta::Spec mentioned in meta-spec URL";
41 'meta-spec' => {
42 url => 'http://module-build.sourceforge.net/META-spec-v1.4.html',
47 'meta-spec' => {
123 # Test MIN_PERL_VERSION meta-spec 1.4
135 }, 'MIN_PERL_VERSION meta-spec 1.4';
138 # Test MIN_PERL_VERSION meta-spec 2.0
150 }, 'MIN_PERL_VERSION meta-spec 2.0';
[all …]
/openbsd-src/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-src/gnu/usr.bin/cvs/diff/
H A Difdef.c130 char *spec = f; local
195 f = scan_printf_spec (spec);
218 printf_output (spec - 1, value);
227 f = spec;
307 char *spec = f; local
328 f = scan_printf_spec (spec);
350 printf_output (spec - 1, value);
358 f = spec;
416 scan_printf_spec (spec) in scan_printf_spec() argument
417 register char *spec; in scan_printf_spec()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dattribs.c163 const struct attribute_spec *spec = NULL; local
175 spec = &attribute_tables[i][j];
179 if (spec != NULL)
183 if (spec == NULL)
189 else if (list_length (args) < spec->min_length
190 || (spec->max_length >= 0
191 && list_length (args) > spec->max_length))
198 if (spec->decl_required && !DECL_P (*anode))
220 if (spec->type_required && DECL_P (*anode))
226 if (spec->function_type_required && TREE_CODE (*anode) != FUNCTION_TYPE
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h308 void Append(const ModuleSpec &spec) { in Append() argument
310 m_specs.push_back(spec); in Append()
337 for (auto spec : m_specs) { in FindMatchingModuleSpec() local
338 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
339 match_module_spec = spec; in FindMatchingModuleSpec()
347 for (auto spec : m_specs) { in FindMatchingModuleSpec() local
348 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
349 match_module_spec = spec; in FindMatchingModuleSpec()
363 for (auto spec : m_specs) { in FindMatchingModuleSpecs() local
364 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
[all …]
/openbsd-src/regress/usr.bin/ssh/
H A Dcfgmatch.sh136 fail "validate config for w/out spec"
142 spec=""
148 spec="$criteria=$value,$spec"
150 spec="$criteria=1$value,$spec"
153 trace "test spec $spec"
154 result=`${SUDO} ${SSHD} -f $OBJ/sshd_config -T -C "$spec" | \
/openbsd-src/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-src/gnu/usr.bin/cvs/
H A DMakefile.am38 cvs.spec \
39 cvs.spec.in \
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-src/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-src/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-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp175 SBTypeFilter SBTypeCategory::GetFilterForType(SBTypeNameSpecifier spec) { in GetFilterForType() argument
176 LLDB_INSTRUMENT_VA(this, spec); in GetFilterForType()
181 if (!spec.IsValid()) in GetFilterForType()
185 m_opaque_sp->GetFilterForType(spec.GetSP()); in GetFilterForType()
195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() argument
196 LLDB_INSTRUMENT_VA(this, spec); in GetFormatForType()
201 if (!spec.IsValid()) in GetFormatForType()
205 m_opaque_sp->GetFormatForType(spec.GetSP()); in GetFormatForType()
213 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { in GetSummaryForType() argument
214 LLDB_INSTRUMENT_VA(this, spec); in GetSummaryForType()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dxhtml10.t12 for my $spec (
20 is $parser->idify( $spec->[0] ), $spec->[1],
21 qq{ID for "$spec->[0]" should be "$spec->[1]"};
22 is $parser->idify( $spec->[0], 1 ), $spec->[2],
23 qq{Non-unique ID for "$spec->[0]" should be "$spec->[2]"};

12345678910>>...22