Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/openbsd/src/gnu/llvm/libcxx/include/
Dmodule.modulemap.in1 // define the module for __config outside of the top level 'std' module
4 module std_config [system] [extern_c] {
9 module std [system] {
18 module depr [extern_c] {
20 module ctype_h {
24 module errno_h {
28 module fenv_h {
33 module inttypes_h {
40 module locale_h {
45 module math_h {
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/PathTools/t/
Dcrossplatform.t59 my $module = "File::Spec::$platform";
63 eval "require $module; 1";
65 skip "Can't load $module", $tests_per_platform
83 $base = $module->catpath($v, $module->catdir('', 'foo'), '');
84 $base = $module->catdir($module->rootdir, 'foo');
86 is $module->file_name_is_absolute($base), 1, "$base is absolute on $platform";
89 my @result = $module->splitdir('');
93 $result = $module->canonpath();
97 $result = $module->canonpath(undef);
101 $file = $module->catpath($v, $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dmodule.modulemap2 module lldb_API {
8 module * { export * }
11 module lldb_Host {
17 module ConnectionFileDescriptor { header "Host/ConnectionFileDescriptor.h" export * }
18 module Debug { header "Host/Debug.h" export * }
19 module Editline { header "Host/Editline.h" export * }
20 module FileCache { header "Host/FileCache.h" export * }
21 module File { header "Host/File.h" export * }
22 module FileAction { header "Host/FileAction.h" export * }
23 module FileSystem { header "Host/FileSystem.h" export * }
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/
Dmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
12 module LLVM_AsmParser {
15 module * { export * }
18 // A module covering CodeGen/ and Target/. These are intertwined
19 // and codependent, and thus notionally form a single module.
20 module LLVM_Backend {
23 module CodeGen {
25 module * { export * }
28 // translation unit (or none) and aren't part of this module.
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/
DMakefile.def24 // "missing" indicates that that module doesn't supply
255 // Inter-module dependencies
258 dependencies = { module=all-build-bison; on=all-build-texinfo; };
259 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
260 dependencies = { module=all-build-flex; on=all-build-texinfo; };
261 dependencies = { module=all-build-flex; on=all-build-bison; };
262 dependencies = { module=all-build-flex; on=all-build-byacc; };
263 dependencies = { module=all-build-flex; on=all-build-m4; };
264 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
265 dependencies = { module=all-build-m4; on=all-build-texinfo; };
[all …]
DMakefile.tpl361 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
364 @if target-[+module+]
365 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
366 @endif target-[+module+]
373 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
382 @if [+module+]
383 HOST_LIB_PATH_[+module+] = \
384 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
385 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
386 @endif [+module+]
[all …]
/openbsd/src/usr.sbin/radiusd/
Dradiusd_radius.c43 struct module_radius *module; member
71 struct module_radius *module; member
148 module_radius_init(struct module_radius *module) in module_radius_init() argument
150 memset(module, 0, sizeof(struct module_radius)); in module_radius_init()
151 TAILQ_INIT(&module->req); in module_radius_init()
160 struct module_radius *module = ctx; in module_radius_config_set() local
165 SYNTAX_ASSERT(module->nserver < (int)nitems(module->server), in module_radius_config_set()
170 memcpy(&module->server[module->nserver].addr, res->ai_addr, in module_radius_config_set()
173 if (ntohs(module->server[module->nserver].addr.sin4.sin_port) in module_radius_config_set()
175 module->server[module->nserver].addr.sin4.sin_port in module_radius_config_set()
[all …]
Dradiusd.c232 struct radiusd_module *module; in radiusd_start() local
284 TAILQ_FOREACH(module, &radiusd->module, next) { in radiusd_start()
286 radiusd_module_set(module, "_debug", 0, NULL); in radiusd_start()
287 radiusd_module_start(module); in radiusd_start()
303 struct radiusd_module *module; in radiusd_stop() local
322 TAILQ_FOREACH(module, &radiusd->module, next) { in radiusd_stop()
323 radiusd_module_stop(module); in radiusd_stop()
324 radiusd_module_close(module); in radiusd_stop()
342 struct radiusd_module *module, *modulet; in radiusd_free() local
372 TAILQ_FOREACH_SAFE(module, &radiusd->module, next, modulet) { in radiusd_free()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/
Dmodule.modulemap1 module Clang_Analysis {
7 module * { export * }
16 module Clang_AST {
25 module * { export * }
28 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } }
30 module Clang_Basic {
78 module * { export * }
80 module Clang_Basic_TokenKinds {
89 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } }
90 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } }
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
DInstalled.pm92 my ($self, $module, $packlist_file, $modfile)= @_;
95 module => $module,
109 $module = _module_name($p, $module) if $Is_VMS;
118 $self->{$module}= $data;
182 my $module = $File::Find::name;
183 my $found = $module =~ s!^.*?/auto/(.*)/.packlist!$1!s
190 my $modfile = "$module.pm";
191 $module =~ s!/!::!g;
193 return if $self->{$module}; #shadowing?
194 $self->_make_entry($module,$File::Find::name,$modfile);
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dcorelist.pl107 my $module = $File::Find::name;
108 $module =~ /\b(demo|t|private|corpus)\b/ and return; # demo or test modules
114 $module =~ s{^(lib|cpan|dist|ext|os2/OS2)/}{}
117 $module =~ s{\b(\w+)/\1\b}{$1},
118 $module =~ s{^B/O}{O},
119 $module =~ s{^Devel-PPPort}{Devel},
120 $module =~ s{^libnet/}{},
121 $module =~ s{^PathTools/}{},
122 $module =~ s{REXX/DLL}{DLL},
123 $module =~ s{^Encode/encoding}{encoding},
[all …]
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dmodule.modulemap1 /*===---- module.modulemap - intrinsics module map -------------------------===
10 module _Builtin_intrinsics [system] [extern_c] {
11 explicit module altivec {
16 explicit module arm {
19 explicit module acle {
24 explicit module neon {
31 explicit module sve {
38 explicit module intel {
70 explicit module mm_malloc {
76 explicit module cpuid {
[all …]
/openbsd/src/gnu/llvm/clang/docs/
DModules.rst80module import behaves quite differently from the corresponding ``#include <stdio.h>``: when the co…
83 …``std.io`` module is only compiled once, and importing the module into a translation unit is a con…
85 * **Fragility**: Each module is parsed as a standalone entity, so it has a consistent preprocessor …
87module as a representation of that API. Because modules can only be built standalone, tools can re…
91 Many programming languages have a module or package system, and because of the variety of features …
97 … Thus, a struct declared in one module will still conflict with a struct of the same name declared…
99 … expose the full complexity of the language. Maintaining a stable binary module format across arch…
112 …bjective-C provides syntax for importing a module via an *@import declaration*, which imports the …
118module (which would contain, e.g., the entire C or C++ standard library) and make its API availabl…
132 …s automatically translate ``#include`` directives into the corresponding module import. For exampl…
[all …]
DStandardCPlusPlusModules.rst50 ``Clang module map modules`` or ``Clang c++ modules``.
52 Module and module unit
55 A module consists of one or more module units. A module unit is a special
56 translation unit. Every module unit must have a module declaration. The syntax
57 of the module declaration is:
61 [export] module module_name[:partition_name];
67 In this document, module units are classified into:
69 * Primary module interface unit.
75 * Internal module partition unit.
77 A primary module interface unit is a module unit whose module declaration is
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
DRequirements.pm167 my ($self, $module) = @_;
168 return $self->{requirements}{$module};
186 for my $module ($req->required_modules) {
187 my $new_range = $req->version_range_for_module($module);
188 $self->__modify_entry_for($module, 'with_range', $new_range);
212 my ($self, $module, $version) = @_;
214 return 1 unless my $range = $self->__entry_for($module);
229 my ($self, $module) = @_;
231 return $self unless $self->__entry_for($module);
236 delete $self->{requirements}{ $module };
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/
Dinstmodsh51 my ($module) = @_;
55 print("$module cmd? ");
63 $Module_Commands{$cmd}->($reply, $module);
76 my($reply, $module) = @_;
82 if (eval { @files = $Inst->files($module, $class); }) {
83 print("$class files in $module are:\n ",
93 my($reply, $module) = @_;
99 if (eval { @dirs = $Inst->directories($module, $class); }) {
100 print("$class directories in $module are:\n ",
110 my($reply, $module) = @_;
[all …]
/openbsd/src/gnu/llvm/lldb/source/Target/
DStatistics.cpp49 json::Object module; in ToJSON() local
50 EmplaceSafeString(module, "path", path); in ToJSON()
51 EmplaceSafeString(module, "uuid", uuid); in ToJSON()
52 EmplaceSafeString(module, "triple", triple); in ToJSON()
53 module.try_emplace("identifier", identifier); in ToJSON()
54 module.try_emplace("symbolTableParseTime", symtab_parse_time); in ToJSON()
55 module.try_emplace("symbolTableIndexTime", symtab_index_time); in ToJSON()
56 module.try_emplace("symbolTableLoadedFromCache", symtab_loaded_from_cache); in ToJSON()
57 module.try_emplace("symbolTableSavedToCache", symtab_saved_to_cache); in ToJSON()
58 module.try_emplace("debugInfoParseTime", debug_parse_time); in ToJSON()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/crosstool/
Dcreate-snapshots.sh23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log}
38 for module in "llvm" "llvm-gcc-4.2"; do
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/autouse/lib/
Dautouse.pm20 my $module = shift;
22 (my $pm = $module) =~ s{::}{/}g;
25 vet_import $module;
28 return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
48 unless substr($func, 0, $index) eq $module;
54 vet_import $module;
57 *$closure_import_func = \&{"${module}::$closure_func"};
58 print "autousing $module; "
74 my $module = shift;
75 if (my $import = $module->can('import')) {
[all …]
/openbsd/src/gnu/usr.bin/binutils/
DMakefile.tpl477 maybe-configure-[+module+][+
482 maybe-configure-target-[+module+][+
492 maybe-all-[+module+][+
497 maybe-all-target-[+module+][+
511 maybe-[+make_target+]-[+module+][+
517 maybe-[+make_target+]-target-[+module+][+
545 .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
546 maybe-[+make_target+]-[+module+]:
549 [+make_target+]-[+module+]:
551 [+make_target+]-[+module+]: [+
[all …]
/openbsd/src/usr.sbin/snmpd/
Dmib.y137 struct module *module; member
168 struct module *module; member
173 static struct module { struct
184 RB_ENTRY(module) entryci; argument
185 RB_ENTRY(module) entrycs;
186 } *module; variable
192 void mib_modulefree(struct module *);
227 int mib_resolve_module(struct module *);
228 int module_cmp_cs(struct module *, struct module *);
229 int module_cmp_ci(struct module *, struct module *);
[all …]
/openbsd/src/lib/libcrypto/objects/
Dobjects.pl35 $module = $1."-";
36 $module =~ s/\./_/g;
37 $module =~ s/-/_/g;
40 { $module = ""; }
45 $Cname = $module.$1;
75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.…
82 if ($Cname ne "" && defined($sn{$module.$Cname}))
83 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.…
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
DPlagger.tml7 - module: Subscription::Bloglines
13 - module: Publish::Gmail
23 module => 'Subscription::Bloglines',
31 module => 'Publish::Gmail',
50 - module: Subscription::Config
58 - module: Filter::Rule
60 module: Fresh
65 - module: Notify::IRC
77 module => 'Subscription::Config',
82 module => 'Filter::Rule',
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm646 my $module = _expand_module( $arg ) or do {
1179 my $module = _expand_module( $arg ) or next;
1180 my $path = $module->cpan_file;
1184 $paths{$module} = _get_file( _make_path( $path ) );
1263 my $module = _expand_module( $arg ) or next;
1267 next unless eval { $module->inst_file };
1270 ( my $id = $module->id() ) =~ s/::/\-/;
1272 my $url = "http://search.cpan.org/~" . lc( $module->userid ) . "/" .
1273 $id . "-" . $module->cpan_version() . "/";
1311 my $module = _expand_module( $arg ) or next;
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/
DDevel-SelfStubber.t116 my @module = qw(xParent xChild)
137 foreach my $module (@module) {
138 my $file = "$module--$$";
141 print FH "use $module;
142 print ${module}->foo;
149 foreach my $module (@module) {
150 print "# $runperl \"-I$inlib\" $module--$$\n";
151 ($output{$module} = `$runperl "-I$inlib" $module--$$`)
179 Devel::SelfStubber->stub($module, $inlib);
190 foreach my $module (@module) {
[all …]

12345678910>>...45