Home
last modified time | relevance | path

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

12345678910>>...41

/netbsd/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
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
47 >>>1 byte 0x13 component file 32-bit non-journaled checksummed
48 >>>1 byte 0x14 component file 64-bit non-journaled checksummed
[all …]
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc3687.txt360 component reference identifies a specific component type. When
362 zero, one or more component values of that component type. The
432 references an OPTIONAL component type and that component is not
434 component values. If <identifier> references a DEFAULT component
584 The component reference "part2.option" identifies a component of a
762 component as the single referenced component, i.e.,
772 identification component as the single referenced component.
1048 component reference identifies one or more component values,
1251 component = component-label msp StringValue
1808 component is absent the component reference identifies no component
[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/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.c681 if (!component) in make_int_n()
712 if (!component) in make_partial_integer_mode()
725 m->component = component; in make_partial_integer_mode()
769 v->component = component; in make_vector_mode()
853 if (!m->component && !n->component) in cmp_modes()
861 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
863 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
866 if (m->component->precision > n->component->precision) in cmp_modes()
868 else if (m->component->precision < n->component->precision) in cmp_modes()
1180 = (c != MODE_PARTIAL_INT && m->component) ? m->component : m; in emit_mode_unit_precision_inline()
[all …]
H A Dgenmodes.cc720 if (!component) in make_int_n()
751 if (!component) in make_partial_integer_mode()
764 m->component = component; in make_partial_integer_mode()
812 v->component = component; in make_vector_mode()
896 if (!m->component && !n->component) in cmp_modes()
904 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
906 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
909 if (m->component->precision > n->component->precision) in cmp_modes()
911 else if (m->component->precision < n->component->precision) in cmp_modes()
1223 = (c != MODE_PARTIAL_INT && m->component) ? m->component : m; in emit_mode_unit_precision_inline()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c681 if (!component) in make_int_n()
712 if (!component) in make_partial_integer_mode()
725 m->component = component; in make_partial_integer_mode()
769 v->component = component; in make_vector_mode()
853 if (!m->component && !n->component) in cmp_modes()
861 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
863 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
866 if (m->component->precision > n->component->precision) in cmp_modes()
868 else if (m->component->precision < n->component->precision) in cmp_modes()
1180 = (c != MODE_PARTIAL_INT && m->component) ? m->component : m; in emit_mode_unit_precision_inline()
[all …]
/netbsd/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/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/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
454 for component in components:
455 comp = component[:]
486 buildrc = self.make(component, srcdir, builddir,
507 self.make(component, srcdir, builddir,
561 return self.execute(args, builddir, env, component)
563 def make(self, component, srcdir, builddir, flags, env): argument
[all …]
/netbsd/sbin/raidctl/
H A Draidctl.c113 char component[PATH_MAX]; in main() local
143 get_comp(component, optarg, sizeof(component)); in main()
171 get_comp(component, optarg, sizeof(component)); in main()
177 get_comp(component, optarg, sizeof(component)); in main()
183 get_comp(component, optarg, sizeof(component)); in main()
204 get_comp(component, optarg, sizeof(component)); in main()
240 get_comp(component, optarg, sizeof(component)); in main()
244 get_comp(component, optarg, sizeof(component)); in main()
320 add_hot_spare(fd, component); in main()
323 remove_hot_spare(fd, component); in main()
[all …]
/netbsd/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
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,
114 component and a component matching rule.
[all …]
/netbsd/external/apache2/llvm/dist/llvm/runtimes/
H A DCMakeLists.txt54 foreach(component ${triple_components})
55 string(TOLOWER "${component}" component_lower)
211 if(NOT ${component} IN_LIST SUB_COMPONENTS)
212 list(APPEND extra_targets ${component} install-${component} install-${component}-stripped)
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…
380 add_custom_target(${component})
381 add_custom_target(install-${component})
[all …]
/netbsd/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/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/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/external/gpl3/gdb/dist/gdb/
H A Dui-style.c111 int component = value / 36; in get_rgb() local
112 rgb[0] = component == 0 ? 0 : (55 + component * 40); in get_rgb()
114 component = value / 6; in get_rgb()
115 rgb[1] = component == 0 ? 0 : (55 + component * 40); in get_rgb()
H A Dada-operator.def53 the number of component specifications that follow. The
55 Next come N component specifications. A component
65 /* An aggregate component association. A single immediate operand, N,
69 for a simple name that must be a record component name and does
90 /* A positional aggregate component association. The operator is
93 follows a single expression giving the component value. */
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c111 int component = value / 36; in get_rgb() local
112 rgb[0] = component == 0 ? 0 : (55 + component * 40); in get_rgb()
114 component = value / 6; in get_rgb()
115 rgb[1] = component == 0 ? 0 : (55 + component * 40); in get_rgb()
H A Dada-operator.def53 the number of component specifications that follow. The
55 Next come N component specifications. A component
65 /* An aggregate component association. A single immediate operand, N,
69 for a simple name that must be a record component name and does
90 /* A positional aggregate component association. The operator is
93 follows a single expression giving the component value. */
/netbsd/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/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/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/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}")
/netbsd/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.

12345678910>>...41