Home
last modified time | relevance | path

Searched refs:ver_major (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/devel/agar/agar-1.5.0/ada-gui/SYSDEPS/
H A Dsd-ccversion.c3 unsigned int ver_major; variable
10 ver_major = ver / 0x100; in hex_decode_tri()
11 ver -= ver_major * 0x100; in hex_decode_tri()
18 ver_major = ver / 100; in dec_decode_tri()
19 ver -= ver_major * 100; in dec_decode_tri()
32 ver_major = 0; in main()
71 ver_major = _RELEASE; in main()
82 ver_major = __DJGPP__; in main()
100 ver_major = __GNUC__; in main()
138 ver_major = ver / 100; in main()
[all …]
/dports/devel/agar/agar-1.5.0/ada-core/SYSDEPS/
H A Dsd-ccversion.c3 unsigned int ver_major; variable
10 ver_major = ver / 0x100; in hex_decode_tri()
11 ver -= ver_major * 0x100; in hex_decode_tri()
18 ver_major = ver / 100; in dec_decode_tri()
19 ver -= ver_major * 100; in dec_decode_tri()
32 ver_major = 0; in main()
71 ver_major = _RELEASE; in main()
82 ver_major = __DJGPP__; in main()
100 ver_major = __GNUC__; in main()
142 ver_major = ver / 100; in main()
[all …]
/dports/devel/agar/agar-1.5.0/ada-demos/SYSDEPS/
H A Dsd-ccversion.c3 unsigned int ver_major; variable
10 ver_major = ver / 0x100; in hex_decode_tri()
11 ver -= ver_major * 0x100; in hex_decode_tri()
18 ver_major = ver / 100; in dec_decode_tri()
19 ver -= ver_major * 100; in dec_decode_tri()
32 ver_major = 0; in main()
71 ver_major = _RELEASE; in main()
82 ver_major = __DJGPP__; in main()
100 ver_major = __GNUC__; in main()
138 ver_major = ver / 100; in main()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/
H A Ddesignator.h52 return (lhs.ver_major < rhs.ver_major) ||
53 (lhs.ver_major == rhs.ver_major && lhs.ver_minor < rhs.ver_minor) ||
58 return (lhs.ver_major == rhs.ver_major) &&
78 Version(int x, int y, int z = 0) : ver_major(x), ver_minor(y), ver_patch(z) {} in ver_major() function
83 : ver_major((ver >> 24) & 0xFF), in Version()
89 buffer << ver_major << "." << ver_minor << "." << ver_patch; in str()
93 long ver_major; variable
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/
H A Dapi_versions.py48 self.ver_major = 0
54 self.ver_major = int(match.group(1))
73 % (self.ver_major, self.ver_minor))
93 return ((self.ver_major, self.ver_minor) <
94 (other.ver_major, other.ver_minor))
101 return ((self.ver_major, self.ver_minor) ==
102 (other.ver_major, other.ver_minor))
109 return ((self.ver_major, self.ver_minor) >
110 (other.ver_major, other.ver_minor))
160 return "%s.%s" % (self.ver_major, "latest")
[all …]
/dports/devel/apr1/apr-1.7.0/build/
H A Dnw_ver.awk22 ver_major = $3;
34 ver_str = ver_major "." ver_minor "." ver_patch (ver_devbuild ? "-dev" : "");
36 ver_num = ver_major * 1000000 + ver_minor * 1000 + ver_patch;
48 ver_nlm = ver_major "," ver_minor "," ver_patch;
51 print "VERSION_MAJMIN = " ver_major ver_minor "";
/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/
H A Dapi_versions.py59 self.ver_major = 0
65 self.ver_major = int(match.group(1))
84 % (self.ver_major, self.ver_minor))
93 return self.ver_major == 0 and self.ver_minor == 0
103 return ((self.ver_major, self.ver_minor) <
104 (other.ver_major, other.ver_minor))
111 return ((self.ver_major, self.ver_minor) ==
112 (other.ver_major, other.ver_minor))
119 return ((self.ver_major, self.ver_minor) >
120 (other.ver_major, other.ver_minor))
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/
H A Dsecureserver.pl54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
307 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/misc/scripts/
H A Dinc_release15 ver_major=`echo $ver_string | sed 's/\([0-9]\{1,\}\)\..*/\1/'`
19 msg "Original version is $ver_major.$ver_minor.$ver_release"
22 ver_string_new=$ver_major.$ver_minor.$ver_release_new
26 ver_for_sed="$ver_major\.$ver_minor\.$ver_release"
60 "/<wxVersionString>/s/\($ver_major$ver_minor\)$ver_release/\1$ver_release_new/"
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/nomad/
H A Did3.c48 unsigned char ver_major; member
92 header->ver_major = b[3]; in v2_header_footer_parse()
95 if (header->ver_major == 0xff || header->ver_minor == 0xff) in v2_header_footer_parse()
123 id3_debug("v2.%d.%d with footer\n", header.ver_major, header.ver_minor); in id3_tag_size()
127 id3_debug("v2.%d.%d\n", header.ver_major, header.ver_minor); in id3_tag_size()
/dports/www/htdigest/httpd-2.4.6/build/
H A Dnw_ver.awk26 ver_major = $3;
51 ver_nlm = ver_major "," ver_minor "," ver_patch;
52 ver_str = ver_major "." ver_minor "." ver_patch ver_dev;
56 print "VERSION_MAJMIN = " ver_major ver_minor "";
/dports/www/apache24/httpd-2.4.53/build/
H A Dnw_ver.awk26 ver_major = $3;
51 ver_nlm = ver_major "," ver_minor "," ver_patch;
52 ver_str = ver_major "." ver_minor "." ver_patch ver_dev;
56 print "VERSION_MAJMIN = " ver_major ver_minor "";
/dports/security/suricata/suricata-6.0.4/rust/src/smb/
H A Dntlmssp_records.rs24 pub ver_major: u8, field
33 self.ver_major, self.ver_minor, in to_string()
40 ver_major: le_u8
46 ver_major: ver_major,
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/board/toradex/common/
H A Dtdx-common.c39 if (!tdx_hw_tag.ver_major) in get_board_rev()
42 return ((tdx_hw_tag.ver_major & 0xff) << 8) | in get_board_rev()
94 tdx_hw_tag.ver_major, in show_board_info()
114 tdx_car_hw_tag.ver_major, in show_board_info()
170 if (tdx_hw_tag.ver_major) { in ft_common_board_setup()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/board/toradex/common/
H A Dtdx-common.c39 if (!tdx_hw_tag.ver_major) in get_board_rev()
42 return ((tdx_hw_tag.ver_major & 0xff) << 8) | in get_board_rev()
94 tdx_hw_tag.ver_major, in show_board_info()
114 tdx_car_hw_tag.ver_major, in show_board_info()
170 if (tdx_hw_tag.ver_major) { in ft_common_board_setup()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/board/toradex/common/
H A Dtdx-common.c39 if (!tdx_hw_tag.ver_major) in get_board_rev()
42 return ((tdx_hw_tag.ver_major & 0xff) << 8) | in get_board_rev()
94 tdx_hw_tag.ver_major, in show_board_info()
114 tdx_car_hw_tag.ver_major, in show_board_info()
170 if (tdx_hw_tag.ver_major) { in ft_common_board_setup()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/board/toradex/common/
H A Dtdx-common.c39 if (!tdx_hw_tag.ver_major) in get_board_rev()
42 return ((tdx_hw_tag.ver_major & 0xff) << 8) | in get_board_rev()
94 tdx_hw_tag.ver_major, in show_board_info()
114 tdx_car_hw_tag.ver_major, in show_board_info()
170 if (tdx_hw_tag.ver_major) { in ft_common_board_setup()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/board/toradex/common/
H A Dtdx-common.c39 if (!tdx_hw_tag.ver_major) in get_board_rev()
42 return ((tdx_hw_tag.ver_major & 0xff) << 8) | in get_board_rev()
94 tdx_hw_tag.ver_major, in show_board_info()
114 tdx_car_hw_tag.ver_major, in show_board_info()
170 if (tdx_hw_tag.ver_major) { in ft_common_board_setup()

12345678910>>...28