Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 2326) sorted by relevance

12345678910>>...94

/dragonfly/sbin/hammer/
HDcmd_version.c48 struct hammer_ioc_version version; in hammer_cmd_get_version() local
66 bzero(&version, sizeof(version)); in hammer_cmd_get_version()
67 if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) { in hammer_cmd_get_version()
71 HammerVersion = version.cur_version; in hammer_cmd_get_version()
73 snprintf(wip, 16, "%d", version.wip_version); in hammer_cmd_get_version()
75 version.min_version, in hammer_cmd_get_version()
76 (version.wip_version > version.max_version) ? "none" : wip, in hammer_cmd_get_version()
77 version.max_version, in hammer_cmd_get_version()
78 version.cur_version, in hammer_cmd_get_version()
79 version.description in hammer_cmd_get_version()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
HDsarray.c153 new_index->version.version = array->version.version; in sarray_at_put()
159 else if ((*the_index)->version.version != array->version.version) in sarray_at_put()
165 new_index->version.version = array->version.version; in sarray_at_put()
182 new_bucket->version.version = array->version.version; in sarray_at_put()
188 else if ((*the_bucket)->version.version != array->version.version) in sarray_at_put()
194 new_bucket->version.version = array->version.version; in sarray_at_put()
227 arr->version.version = 0; in sarray_new()
236 arr->empty_index->version.version = 0; in sarray_new()
253 arr->empty_bucket->version.version = 0; in sarray_new()
416 && (idx->version.version == array->version.version)) in sarray_free()
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDjavascript22 >8 lelong x \b, version %d
37 >>>>4 ulelong =0xEE4BF478 version 5.1.281.111,
38 >>>>4 ulelong =0xC4A0100C version 5.5.372.43,
49 >>>>4 ulelong =0x54F0AD81 version 6.2.414.46,
50 >>>>4 ulelong =0X7D1BF182 version 6.2.414.54,
51 >>>>4 ulelong =0x35BA122E version 6.2.414.77,
52 >>>>4 ulelong =0X9319F9C2 version 6.2.414.78,
53 >>>>4 ulelong =0xB1240060 version 6.6.346.32,
54 >>>>4 ulelong =0x2B757060 version 6.7.288.46,
55 >>>>4 ulelong =0x09D147AA version 6.7.288.49,
[all …]
HDlua20 # 2.4 uses 0x23 as its version byte because it shares the format
22 >4 byte 0x23 version 2.4
23 >4 byte 0x25 version 2.5/3.0
24 >4 byte 0x31 version 3.1
25 >4 byte 0x32 version 3.2
26 >4 byte 0x40 version 4.0
27 >4 byte 0x50 version 5.0
28 >4 byte 0x51 version 5.1
29 >4 byte 0x52 version 5.2
30 >4 byte 0x53 version 5.3
[all …]
HDmeteorological11 >>5 string x \b, version %6.6s
15 >>5 string x \b, version %6.6s
19 >>5 string x \b, version %6.6s
23 >>5 string x \b, version %6.6s
27 >>5 string x \b, version %6.6s
31 >>5 string x \b, version %6.6s
35 >>5 string x \b, version %6.6s
39 >>5 string x \b, version %6.6s
43 >>5 string x \b, version %6.6s
48 >7 byte =1 Gridded binary (GRIB) version 1
[all …]
HDsequent10 >124 lelong >0 version %d
13 >124 lelong >0 version %d
16 >124 lelong >0 version %d
19 >124 lelong >0 version %d
26 >124 lelong >0 version %d
29 >124 lelong >0 version %d
32 >124 lelong >0 version %d
37 # skip unlike negative version
39 # assuming version 28867614 is very low probable
42 >>>124 lelong >0 version %d
HDmips13 >22 byte x - version %d
22 >23 byte x - version %d
31 >23 byte x - version %d
40 >23 byte x - version %d
51 >22 byte x - version %d
60 >22 byte x - version %d
69 >23 byte x - version %d
78 >23 byte x - version %d
89 >22 byte x - version %d
98 >22 byte x - version %d
[all …]
HDapache8 >3 byte x version %d
19 >3 byte x version %d
21 # Sequence files (and the careless first version of RC file)
24 >3 byte <6 Apache Hadoop Sequence file version %d
25 >3 byte >6 Apache Hadoop Sequence file version %d
27 … string org.apache.hadoop.hive.ql.io.RCFile$KeyBuffer Apache Hive RC file version 0
28 >>3 default x Apache Hadoop Sequence file version 6
HDibm37012 # >22 short >0 - version %d
16 # >22 short >0 - version %d
23 >22 beshort >0 - version %d
27 >22 beshort >0 - version %d
39 >24 belong >0 - version %d
42 >24 belong >0 - version %d
45 >24 belong >0 - version %d
48 >24 belong >0 - version %d
/dragonfly/contrib/tcpdump/
HDprint-lwapp.c46 nd_uint8_t version; member
172 uint8_t version; in lwapp_control_print() local
187 version = GET_U_1(lwapp_trans_header->version); in lwapp_control_print()
192 if (LWAPP_EXTRACT_VERSION(version) != LWAPP_VERSION) { in lwapp_control_print()
194 LWAPP_EXTRACT_VERSION(version)); in lwapp_control_print()
201 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print()
202 LWAPP_EXTRACT_CONTROL_BIT(version) ? "Control" : "Data", in lwapp_control_print()
203 bittok2str(lwapp_header_bits_values,"none",version&0x07), in lwapp_control_print()
212 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print()
213 LWAPP_EXTRACT_CONTROL_BIT(version) ? "Control" : "Data", in lwapp_control_print()
[all …]
HDprint-vrrp.c110 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ in vrrp_print() local
114 version = (GET_U_1(bp) & 0xf0) >> 4; in vrrp_print()
117 ND_PRINT("VRRPv%u, %s", version, type_s); in vrrp_print()
120 if (version < 2 || version > 3 || type != VRRP_TYPE_ADVERTISEMENT) in vrrp_print()
124 if (version == 2) { in vrrp_print()
138 if (version == 2 && ND_TTEST_LEN(bp, len)) { in vrrp_print()
148 if (version == 3 && ND_TTEST_LEN(bp, len)) { in vrrp_print()
167 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */ in vrrp_print()
/dragonfly/lib/libc/
HDVersions.def2 # Note: Whenever bumping the DF version, always make
3 # DFprivate_1.0 depend on the new DF version.
7 # This is our first version; it depends on no other.
8 # This version was first added to DragonFly 3.5
12 # Second version for DragonFly 3.5 on per library basis
16 # version for DragonFly 4.1
20 # version for DragonFly 4.3
24 # version for DragonFly 4.5
28 # version for DragonFly 4.7
32 # version for DragonFly 4.9
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-ter.c258 version_to_be_replaced_p (temp_expr_table_p tab, int version) in version_to_be_replaced_p() argument
262 return bitmap_bit_p (tab->replaceable_expressions, version); in version_to_be_replaced_p()
270 make_dependent_on_partition (temp_expr_table_p tab, int version, int p) in make_dependent_on_partition() argument
272 if (!tab->partition_dependencies[version]) in make_dependent_on_partition()
273 tab->partition_dependencies[version] = BITMAP_ALLOC (NULL); in make_dependent_on_partition()
275 bitmap_set_bit (tab->partition_dependencies[version], p); in make_dependent_on_partition()
297 remove_from_partition_kill_list (temp_expr_table_p tab, int p, int version) in remove_from_partition_kill_list() argument
300 bitmap_clear_bit (tab->kill_list[p], version); in remove_from_partition_kill_list()
315 add_dependence (temp_expr_table_p tab, int version, tree var) in add_dependence() argument
329 add_to_partition_kill_list (tab, x, version); in add_dependence()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-ter.c262 version_to_be_replaced_p (temp_expr_table *tab, int version) in version_to_be_replaced_p() argument
266 return bitmap_bit_p (tab->replaceable_expressions, version); in version_to_be_replaced_p()
274 make_dependent_on_partition (temp_expr_table *tab, int version, int p) in make_dependent_on_partition() argument
276 if (!tab->partition_dependencies[version]) in make_dependent_on_partition()
277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack); in make_dependent_on_partition()
279 bitmap_set_bit (tab->partition_dependencies[version], p); in make_dependent_on_partition()
301 remove_from_partition_kill_list (temp_expr_table *tab, int p, int version) in remove_from_partition_kill_list() argument
304 bitmap_clear_bit (tab->kill_list[p], version); in remove_from_partition_kill_list()
319 add_dependence (temp_expr_table *tab, int version, tree var) in add_dependence() argument
333 add_to_partition_kill_list (tab, x, version); in add_dependence()
[all …]
/dragonfly/usr.bin/patch/
HDbackupfile.c129 make_version_name(const char *file, int version) in make_version_name() argument
133 if (asprintf(&backup_name, "%s.~%d~", file, version) == -1) in make_version_name()
146 int version; in version_number() local
149 version = 0; in version_number()
152 version = version * 10 + *p - '0'; in version_number()
154 version = 0; in version_number()
156 return version; in version_number()
239 get_version(const char *version) in get_version() argument
243 if (version == NULL || *version == '\0') in get_version()
245 i = argmatch(version, backup_args); in get_version()
[all …]
/dragonfly/crypto/libressl/ssl/
HDssl_methods.c66 .version = DTLS1_2_VERSION,
87 .version = DTLS1_2_VERSION,
108 .version = DTLS1_VERSION,
129 .version = DTLS1_VERSION,
150 .version = DTLS1_2_VERSION,
171 .version = DTLS1_2_VERSION,
247 .version = TLS1_3_VERSION,
269 .version = TLS1_2_VERSION,
291 .version = TLS1_3_VERSION,
314 .version = TLS1_2_VERSION,
[all …]
HDssl_versions.c218 ssl_tls_version(uint16_t version) in ssl_tls_version() argument
220 if (version == TLS1_VERSION || version == TLS1_1_VERSION || in ssl_tls_version()
221 version == TLS1_2_VERSION || version == TLS1_3_VERSION) in ssl_tls_version()
222 return version; in ssl_tls_version()
224 if (version == DTLS1_VERSION) in ssl_tls_version()
226 if (version == DTLS1_2_VERSION) in ssl_tls_version()
374 ssl_legacy_stack_version(SSL *s, uint16_t version) in ssl_legacy_stack_version() argument
377 return version == DTLS1_VERSION || version == DTLS1_2_VERSION; in ssl_legacy_stack_version()
379 return version == TLS1_VERSION || version == TLS1_1_VERSION || in ssl_legacy_stack_version()
380 version == TLS1_2_VERSION; in ssl_legacy_stack_version()
/dragonfly/games/trek/
HDdumpgame.c77 int version; in dumpgame() local
86 version = VERSION; in dumpgame()
87 write(fd, &version, sizeof version); in dumpgame()
115 int version; in restartgame() local
118 read(fd, &version, sizeof version) != sizeof version || in restartgame()
119 version != VERSION || in restartgame()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_device.c1104 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_clockgating_state()
1106 if (!adev->ip_blocks[i].version->funcs->set_clockgating_state) in amdgpu_device_ip_set_clockgating_state()
1108 r = adev->ip_blocks[i].version->funcs->set_clockgating_state( in amdgpu_device_ip_set_clockgating_state()
1112 adev->ip_blocks[i].version->funcs->name, r); in amdgpu_device_ip_set_clockgating_state()
1138 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_powergating_state()
1140 if (!adev->ip_blocks[i].version->funcs->set_powergating_state) in amdgpu_device_ip_set_powergating_state()
1142 r = adev->ip_blocks[i].version->funcs->set_powergating_state( in amdgpu_device_ip_set_powergating_state()
1146 adev->ip_blocks[i].version->funcs->name, r); in amdgpu_device_ip_set_powergating_state()
1170 if (adev->ip_blocks[i].version->funcs->get_clockgating_state) in amdgpu_device_ip_get_clockgating_state()
1171 … adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags); in amdgpu_device_ip_get_clockgating_state()
[all …]
/dragonfly/contrib/tcsh-6/
HDtc.vers.c145 char *version; in fix_version() local
158 version = xasprintf( in fix_version()
164 cleanup_push(version, xfree); in fix_version()
165 setcopy(STRversion, str2short(version), VAR_READWRITE); in fix_version()
166 cleanup_until(version); in fix_version()
167 version = xasprintf("%d.%.2d.%.2d", REV, VERS, PATCHLEVEL); in fix_version()
168 cleanup_push(version, xfree); in fix_version()
169 setcopy(STRtcsh, str2short(version), VAR_READWRITE); in fix_version()
170 cleanup_until(version); in fix_version()
/dragonfly/contrib/ee/
HDChanges1 version 1.5.0 (2/16/2009)
6 version 1.4.7 (2/10/2009)
12 version 1.4.6
16 version 1.4.5a (12/23/2001)
19 version 1.4.5 (12/15/2001)
23 - changed to use ee_version.h to allow changing version number without need
26 version 1.4.4 (8/17/2001)
30 version 1.4.3 (6/25/2001)
33 - source directory now has version number attached to directory name
35 version 1.4.2 (1/19/2001)
/dragonfly/contrib/grep/lib/
HDversion-etc.c63 const char *version, in version_etc_arn() argument
67 fprintf (stream, "%s (%s) %s\n", command_name, package, version); in version_etc_arn()
69 fprintf (stream, "%s %s\n", package, version); in version_etc_arn()
185 const char *version, const char * const * authors) in version_etc_ar() argument
191 version_etc_arn (stream, command_name, package, version, authors, n_authors); in version_etc_ar()
201 const char *version, va_list authors) in version_etc_va() argument
211 version_etc_arn (stream, command_name, package, version, in version_etc_va()
232 const char *version, /* const char *author1, ...*/ ...) in version_etc() argument
236 va_start (authors, version); in version_etc()
237 version_etc_va (stream, command_name, package, version, authors); in version_etc()
/dragonfly/lib/libc/gen/
HDuname.c98 bzero(name->version, sizeof(name->version)); in uname()
100 strlcpy(name->version, p, sizeof(name->version)); in uname()
105 len = sizeof(name->version); in uname()
107 if (sysctl(mib, 2, name->version, &len, NULL, 0) == -1) { in uname()
113 name->version[sizeof(name->version) - 1] = '\0'; in uname()
114 for (p = name->version; len--; ++p) { in uname()
/dragonfly/contrib/bzip2/
HDREADME3 This version is fully compatible with the previous public releases.
9 bzip2/libbzip2 version 1.0.8 of 13 July 2019
19 PDF (manual.pdf) or html (manual.html). A plain-text version of the
58 version statically linked to the library is that, on x86 platforms,
62 Important note for people upgrading .so's from 0.9.0/0.9.5 to version
67 version of the library. I do encourage library clients to make the
68 effort to upgrade to use version 1.0, since it is both faster and more
94 importance. To validate bzip2, I used a modified version of Mark
182 18 July 1996 (version 0.15)
183 25 August 1996 (version 0.21)
[all …]
/dragonfly/contrib/binutils-2.34/gold/
HDsymtab.cc54 Symbol::init_fields(const char* name, const char* version, in init_fields() argument
59 this->version_ = version; in init_fields()
117 Symbol::init_base_object(const char* name, const char* version, Object* object, in init_base_object() argument
121 this->init_fields(name, version, sym.get_st_type(), sym.get_st_bind(), in init_base_object()
136 Symbol::init_base_output_data(const char* name, const char* version, in init_base_output_data() argument
142 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_data()
155 Symbol::init_base_output_segment(const char* name, const char* version, in init_base_output_segment() argument
162 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_segment()
175 Symbol::init_base_constant(const char* name, const char* version, in init_base_constant() argument
180 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_constant()
[all …]

12345678910>>...94