| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | dyadic | 21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksumm… 22 #>>>1 byte 0x01 component file 37 >>>1 byte 0x09 component file 64-bit non-journaled non-checksumm… 39 >>>1 byte 0x0b component file 32-bit level 1 journaled non-check… 40 >>>1 byte 0x0c component file 64-bit level 1 journaled non-check… 41 >>>1 byte 0x0d component file 32-bit level 1 journaled checksumm… 42 >>>1 byte 0x0e component file 64-bit level 1 journaled checksumm… 43 >>>1 byte 0x0f component file 32-bit level 2 journaled checksumm… 44 >>>1 byte 0x10 component file 64-bit level 2 journaled checksumm… 45 >>>1 byte 0x11 component file 32-bit level 3 journaled checksumm… [all …]
|
| D | misctools | 28 # 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/ |
| D | rfc3687.txt | 36 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 …]
|
| D | rfc3727.txt | 29 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/dist/gcc/ |
| D | genmodes.cc | 63 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 …]
|
| D | graphds.cc | 40 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()
|
| D | tree-predcom.cc | 368 struct component struct 370 component (bool es) : comp_step (RS_ANY), eliminate_store_p (es), in component() argument 384 struct component *next; argument 434 struct component *split_data_refs_to_components (); 438 struct component *filter_suitable_components (struct component *comps); 442 void determine_roots (struct component *comps); 479 bool suitable_component_p (struct component *comp); 491 void determine_roots_comp (struct component *comp); 663 extern void dump_component (FILE *, struct component *); 665 dump_component (FILE *file, struct component *comp) in dump_component() [all …]
|
| D | cfgloopanal.cc | 158 gcc_assert (g->vertices[ge->src].component >= g->vertices[ge->dest].component); in mark_irreducible_loops() 160 if (g->vertices[ge->src].component != g->vertices[ge->dest].component) in mark_irreducible_loops()
|
| D | gimple-range-trace.cc | 53 strcpy (component, name); in range_tracer() 69 fprintf (dump_file, "%s ", component); in print_prefix()
|
| /netbsd/src/sbin/raidctl/ |
| D | raidctl.c | 118 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, optarg, sizeof(component)); in main() 279 get_comp(component, optarg, sizeof(component)); in main() 283 get_comp(component, optarg, sizeof(component)); in main() 359 add_hot_spare(fd, component); in main() 362 remove_component(fd, component); in main() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | README | 26 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/bsd/kyua-cli/dist/utils/fs/ |
| D | path.cpp | 63 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/gpl3/gdb/dist/gdb/ |
| D | ui-style.c | 110 int component = value / 36; in get_rgb() local 111 rgb[0] = component == 0 ? 0 : (55 + component * 40); in get_rgb() 113 component = value / 6; in get_rgb() 114 rgb[1] = component == 0 ? 0 : (55 + component * 40); in get_rgb()
|
| /netbsd/src/external/bsd/kyua-testers/dist/ |
| D | fs.c | 445 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/heimdal/dist/doc/ |
| D | layman.asc | 154 are used to distinguish between component types 156 a given structured type, and component types in 276 component types within a structured type. For instance, 290 one component, the underlying type. Explicit tagging is 302 like a structured type with one component, the underlying 557 component of a structured or CHOICE type. 560 attributes component with an implicit, context-specific tag: 576 Example: The BER encoding of the attributes component of a 600 version component of X.509's Certificate type. 614 component of a SEQUENCE, SET or CHOICE type. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | fixinc.in | 342 component=`echo $dirname | sed -e 's|/.*$||'` 343 mkdir $component >/dev/null 2>&1 344 cd $component 345 dirmade=$dirmade/$component
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/gtk/ |
| D | interface.c | 32 #define GLADE_HOOKUP_OBJECT(component,widget,name) \ argument 33 g_object_set_data_full (G_OBJECT (component), name, \ 36 #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \ argument 37 g_object_set_data (G_OBJECT (component), name, widget)
|
| /netbsd/src/common/dist/zlib/qnx/ |
| D | package.qpg | 29 …<QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.3… 31 <QPG:Add file="../libz.so.1.3.1" install="/opt/lib/" component="slib"/> 113 <QPG:PackageFilter type="core" component="none"> 127 <QPG:PackageFilter type="core" component="dev">
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/ |
| D | libdm-string.c | 69 static char *_unquote(char *component) in _unquote() argument 71 char *c = component; in _unquote()
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | fs.cpp | 281 const std::string component = in.substr(pos, next_pos - pos); in normalize() local 282 if (!component.empty()) { in normalize() 284 out += component; in normalize() 285 else if (component != ".") in normalize() 286 out += "/" + component; in normalize()
|
| /netbsd/src/bin/sh/ |
| D | cd.c | 163 char *component; in docd() 188 component = q; in docd() 191 if (equal(component, "..")) in docd()
|
| /netbsd/src/sys/rump/ |
| D | README.compileopts | 93 Per-component options: 99 effect: Causes matching symbols from the component to not be renamed 124 is the only operating system like component.
|
| /netbsd/src/usr.sbin/makefs/cd9660/ |
| D | iso9660_rrip.c | 516 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL() 564 current->attr.rr_entry.SL.component + in cd9660_createSL() 581 current->attr.rr_entry.SL.component[ in cd9660_createSL() 586 current->attr.rr_entry.SL.component[1] in cd9660_createSL() 591 current->attr.rr_entry.SL.component[ in cd9660_createSL() 600 memcpy(current->attr.rr_entry.SL.component + in cd9660_createSL()
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | vi.cmd.texi | 252 command and its motion component, 393 command may be used as the motion component of other 538 commands may be used as the motion component of other 571 commands may be used as the motion component of other 613 commands may be used as the motion component of other 640 commands may be used as the motion component of other 859 commands may be used as the motion component of other 1024 command may be used as the motion component of other 1031 command as a motion component when the cursor is on the last character 1074 command may be used as the motion component of other [all …]
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_netbsdkintf.c | 1484 RF_SingleComponent_t component; in rf_rebuild_in_place() local 1485 memcpy(&component, componentPtr, sizeof(RF_SingleComponent_t)); in rf_rebuild_in_place() 1486 component.row = 0; /* we don't support any more */ in rf_rebuild_in_place() 1487 int column = component.column; in rf_rebuild_in_place() 1564 rf_copy_single_component(RF_SingleComponent_t *component, void *data) in rf_copy_single_component() argument 1567 memcpy(component, data, sizeof *component); in rf_copy_single_component() 1568 component->component_name[sizeof(component->component_name) - 1] = '\0'; in rf_copy_single_component() 1581 RF_SingleComponent_t component; in raidioctl() local 1679 rf_copy_single_component(&component, data); in raidioctl() 1680 return rf_add_hot_spare(raidPtr, &component); in raidioctl() [all …]
|