Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddyadic21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed
22 #>>>1 byte 0x01 component file
37 >>>1 byte 0x09 component file 64-bit non-journaled non-checksummed
39 >>>1 byte 0x0b component file 32-bit level 1 journaled non-checksummed
40 >>>1 byte 0x0c component file 64-bit level 1 journaled non-checksummed
41 >>>1 byte 0x0d component file 32-bit level 1 journaled checksummed
42 >>>1 byte 0x0e component file 64-bit level 1 journaled checksummed
43 >>>1 byte 0x0f component file 32-bit level 2 journaled checksummed
44 >>>1 byte 0x10 component file 64-bit level 2 journaled checksummed
45 >>>1 byte 0x11 component file 32-bit level 3 journaled checksummed
[all …]
H A Dmisctools28 # look for Free/Busy component
29 >>>>15 search/278 :VFREEBUSY file, with Free/Busy component
34 # iCalendar calendar without Free/Busy component
36 # look for ALARM component
37 >>>>>15 search/154 :VALARM file, with ALARM component
43 # iCalendar calendar without Free/Busy component and ALARM component
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3687.txt36 component parts in an attribute value of any arbitrarily complex
133 types from simpler component types. In LDAP, the attribute syntaxes
139 to identify component parts of an attribute value for a variety of
156 about the value of a component of an attribute value of any complex
175 Section 6 defines matching rules for component-wise equality matching
186 comprehensive collection of component matching capabilities, by
190 ASN.1 type definition, the various encodings and the component
192 the component matching rules amenable to automatic code generation
199 component parts of a complex syntax has been used as an argument for
200 favouring the subordinate entries approach. The component matching
[all …]
H A Drfc3727.txt29 This document updates the specification of the component matching
32 (ASN.1) definitions of the component matching rules into an
34 may reference the component matching rule definitions from within
66 {iso(1) 2 36 79672281 xed(3) module(0) component-matching(4)}
84 component ComponentReference (SIZE(1..MAX)) OPTIONAL,
133 use in specifying the component matching rules by Adacel
139 component matching rules into an ASN.1 module, but does not modify
141 considerations of using the component matching rules.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c63 struct mode_data *component; /* mode of components */ member
293 validate_field (m, component); in validate_mode()
330 m->component = 0; in complete_mode()
340 m->component = 0; in complete_mode()
358 m->component = 0; in complete_mode()
367 m->bytesize = m->component->bytesize; in complete_mode()
377 if (m->component->precision != (unsigned int)-1) in complete_mode()
378 m->precision = 2 * m->component->precision; in complete_mode()
379 m->bytesize = 2 * m->component->bytesize; in complete_mode()
394 if (m->component->precision != (unsigned int)-1) in complete_mode()
[all …]
H A Dgraphds.c40 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component); in dump_graph()
218 g->vertices[av].component = -1; in graphds_dfs()
226 g->vertices[i].component = -1; in graphds_dfs()
237 g->vertices[v].component = comp++; in graphds_dfs()
245 if (g->vertices[dfs_edge_dest (e, forward)].component in graphds_dfs()
269 g->vertices[v].component = comp - 1; in graphds_dfs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.cc63 struct mode_data *component; /* mode of components */ member
295 validate_field (m, component); in validate_mode()
332 m->component = 0; in complete_mode()
342 m->component = 0; in complete_mode()
360 m->component = 0; in complete_mode()
368 m->component = 0; in complete_mode()
377 m->bytesize = m->component->bytesize; in complete_mode()
387 if (m->component->precision != (unsigned int)-1) in complete_mode()
388 m->precision = 2 * m->component->precision; in complete_mode()
389 m->bytesize = 2 * m->component->bytesize; in complete_mode()
[all …]
H A Dgraphds.cc40 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component); in dump_graph()
218 g->vertices[av].component = -1; in graphds_dfs()
226 g->vertices[i].component = -1; in graphds_dfs()
237 g->vertices[v].component = comp++; in graphds_dfs()
245 if (g->vertices[dfs_edge_dest (e, forward)].component in graphds_dfs()
269 g->vertices[v].component = comp - 1; in graphds_dfs()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A DREADME10 1) A struct definition of the same name as the component
11 2) A set of source files that define the functions for that component
21 dtls1_bitmap.c -> DTLS1_BITMAP component
22 ssl3_buffer.c -> SSL3_BUFFER component
23 ssl3_record.c -> SSL3_RECORD component
24 rec_layer_s3.c, rec_layer_d1.c -> RECORD_LAYER component
26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
31 Any component can directly access its own members - they are private to that
32 component, e.g. ssl3_buffer.c can access members of the SSL3_BUFFER struct
33 without using a macro. No component can directly access the members of another
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/
H A DREADME.md10 1) A struct definition of the same name as the component
11 2) A set of source files that define the functions for that component
21 dtls1_bitmap.c -> DTLS1_BITMAP component
22 ssl3_buffer.c -> SSL3_BUFFER component
23 ssl3_record.c -> SSL3_RECORD component
24 rec_layer_s3.c, rec_layer_d1.c -> RECORD_LAYER component
26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
31 Any component can directly access its own members - they are private to that
32 component, e.g. ssl3_buffer.c can access members of the SSL3_BUFFER struct
33 without using a macro. No component can directly access the members of another
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check166 for component in components:
167 component = component.rstrip("2")
168 compsrc = src + "/" + component
280 def execute(self, command, execdir, env, component): argument
281 prefix = self.component_abbrev[component.replace("-", "_")]
454 for component in components:
455 comp = component[:]
459 self.logger.info("Skipping " + component + " in "
475 self.logger.info("Configuring " + component + " in " + builddir)
476 configrc = self.configure(component, srcdir, builddir,
[all …]
/netbsd-src/sbin/raidctl/
H A Draidctl.c118 char component[PATH_MAX]; in main() local
186 get_comp(component, optarg, sizeof(component)); in main()
210 get_comp(component, optarg, sizeof(component)); in main()
216 get_comp(component, optarg, sizeof(component)); in main()
222 get_comp(component, optarg, sizeof(component)); in main()
243 get_comp(component, optar in main()
813 get_component_label(int fd,char * component) get_component_label() argument
856 set_component_label(int fd,char * component) set_component_label() argument
938 add_hot_spare(int fd,char * component) add_hot_spare() argument
952 remove_component(int fd,char * component) remove_component() argument
971 rebuild_in_place(int fd,char * component) rebuild_in_place() argument
[all...]
/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler_scc.c70 int *component; member
155 free(scc_graph->component); in isl_scc_graph_free()
539 scc_graph->component = isl_alloc_array(ctx, int, n); in isl_scc_graph_alloc()
547 if (!scc_graph->graph_scc || !scc_graph->component || in isl_scc_graph_alloc()
632 if (scc_graph->component[dst] != scc_graph->component[data->src]) in copy_edge()
867 scc_graph->component[i] = i; in isl_scc_graph_init_component()
873 static int assign(int *component, int a, int b) in assign() argument
877 t = component[a]; in assign()
878 component[a] = component[b]; in assign()
901 int *component = scc_graph->component; in isl_scc_graph_merge_src_dst() local
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DREADME26 They use component representation to store ASN.1 values.
35 matching rules, and component description in slapd.
51 RFC 3687 in order to understand how to compose component
53 Ex) component search filter examples
54 "(userCertificate:componentFilterMatch:=item:{ component
56 You can find more examples in "test031-component-filter"
66 the "LDAP_COMPONENT" macro to obtain component
93 You can generate indices on each component of
100 index [attribute name].[component reference] eq
111 If your client is unable to use component filters,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/runtimes/
H A DCMakeLists.txt54 foreach(component ${triple_components})
55 string(TOLOWER "${component}" component_lower)
210 foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
211 if(NOT ${component} IN_LIST SUB_COMPONENTS)
212 list(APPEND extra_targets ${component} install-${component} install-${component}-stripped)
281 foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
282 set(${component}-${name} ${component})
283 set(install-${component}-${name} install-${component})
284 set(install-${component}-${name}-stripped install-${component}-stripped)
285 …list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name} install-${comp…
[all …]
/netbsd-src/external/gpl2/groff/dist/src/utils/afmtodit/
H A Dafmtodit.pl6291 my $component = "";
6319 $component = $1;
6328 $utmp = $AGL_to_unicode{$component};
6343 elsif ($component =~ /^uni([0-9A-F]{4})+$/) {
6344 while ($component =~ /([0-9A-F]{4})/g) {
6364 elsif ($component =~ /^u([0-9A-F]{4,6})$/) {
6379 $component = $1;
6380 $utmp = $unicode_decomposed{$component};
6381 $u .= "_" . ($utmp ? $utmp : $component);
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVM-Build.cmake23 /// The name of the component.
26 /// The name of the library for this component (or NULL).
29 /// Whether the component is installed.
32 /// The list of libraries required when linking this component.
79 # Resolve cross-component dependencies, for each available component.
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dpath.cpp63 const std::string component = in.substr(pos, next_pos - pos); in normalize() local
64 if (!component.empty()) { in normalize()
66 out += component; in normalize()
67 else if (component != ".") in normalize()
68 out += "/" + component; in normalize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCMakeLists.txt1 macro(clang_diag_gen component)
2 clang_tablegen(Diagnostic${component}Kinds.inc
3 -gen-clang-diags-defs -clang-component=${component}
5 TARGET ClangDiagnostic${component})
/netbsd-src/external/mit/isl/dist/test_inputs/schedule/
H A Dleyin2b.sc5 # The exact form of the schedule depends on whether the whole-component or
7 # This is the whole-component scheduler version.
8 # OPTIONS: --schedule-whole-component
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_util.c128 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, in OSSL_CMP_print_to_bio() argument
142 if (BIO_printf(bio, "%s:%s:%d:", improve_location_name(component, "CMP"), in OSSL_CMP_print_to_bio()
160 const char *component = in OSSL_CMP_print_errors_cb() local
188 OSSL_CMP_print_to_bio(bio, component, file, line, in OSSL_CMP_print_errors_cb()
196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0) in OSSL_CMP_print_errors_cb()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dfs.c445 const char* component; in kyua_fs_concat() local
449 while ((component = va_arg(ap, const char*)) != NULL) { in kyua_fs_concat()
450 length += 1 + strlen(component); in kyua_fs_concat()
464 while ((component = va_arg(ap, const char*)) != NULL) { in kyua_fs_concat()
465 added_size = snprintf(iterator, length, "/%s", component); in kyua_fs_concat()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_parse_url.pod51 The host (or server) component may be a DNS name or an IP address
53 The port component is optional and defaults to C<0>.
56 The path component is also optional and defaults to C</>.
58 I<ppath>, I<pquery>, and I<pfrag>, is assigned the respective url component.
61 If I<pquery> is NULL, any given query component is handled as part of the path.
70 The port component is optional and defaults to C<443> if the scheme is C<https>,
H A DOSSL_CMP_log_open.pod42 typedef int (*OSSL_CMP_log_cb_t)(const char *component,
45 int OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file,
62 typedef int (*OSSL_CMP_log_cb_t)(const char *component,
67 some component info (which may be a module name and/or function name) or NULL,
94 OSSL_CMP_print_to_bio() prints the given component info, filename, line number,
96 I<component> usually is a function or module name.
/netbsd-src/external/bsd/libevent/dist/cmake/
H A DLibeventConfig.cmake.in4 # LIBEVENT_xxx_FOUND - true if component xxx(see available components) found on the system
24 # If no component provided, all components will be used.
32 # find_package() can handle dependencies automatically. For example, given the 'openssl' component,
75 message(FATAL_ERROR "Your libevent library does not contain a ${_comp} component!\n"
78 message_if_needed(WARNING "Your libevent library does not contain a ${_comp} component!")
138 message_if_needed(STATUS "Found libevent component: ${_event_lib}")

12345678910>>...35