Home
last modified time | relevance | path

Searched refs:v_maj (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/p5-Alien-SDL/Alien-SDL-1.446/inc/My/
H A DUtility.pm496 my ($v_maj) = grep(/^#define[ \t]+SDL_MAJOR_VERSION[ \t]+[0-9]+/, @raw);
497 $v_maj =~ s/^#define[ \t]+SDL_MAJOR_VERSION[ \t]+([0-9]+)[.\r\n]*$/$1/;
502 return if (($v_maj eq '')||($v_min eq '')||($v_pat eq ''));
503 $version = "$v_maj.$v_min.$v_pat";
589 my ($v_maj) = grep(/^#define[ \t]+[A-Z_]+?MAJOR[A-Z_]*[ \t]+[0-9]+/, @raw);
590 $v_maj = '' unless defined $v_maj;
591 $v_maj =~ s/^#define[ \t]+[A-Z_]+[ \t]+([0-9]+)[.\r\n]*$/$1/;
598 if(($v_maj eq '')||($v_min eq '')||($v_pat eq '')) {
604 return "$v_maj.$v_min.$v_pat";
/dports/devel/p5-Alien-SDL/Alien-SDL-1.446/lib/Alien/
H A DSDL.pm218 my ($v_maj) = grep(/^#define[ \t]+[A-Z_]+?MAJOR[A-Z_]*[ \t]+[0-9]+/, @raw);
219 $v_maj =~ s/^#define[ \t]+[A-Z_]+[ \t]+([0-9]+)[.\r\n]*$/$1/;
224 return if (($v_maj eq '')||($v_min eq '')||($v_pat eq ''));
225 return "$v_maj.$v_min.$v_pat";
/dports/databases/libcouchbase/libcouchbase-2.10.7/packaging/
H A Dparse-git-describe.pl61 my ($v_maj, $v_min, $v_patch, $extras) =
64 my $xyz_version = join('.', $v_maj, $v_min, $v_patch);
91 printf("%d.%d.%d\n", $v_maj, $v_min, $v_patch);
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/packagekit/
H A De_mod_packagekit.h7 #define PKITV07 (ctxt->v_maj == 0) && (ctxt->v_min == 7)
8 #define PKITV08 (ctxt->v_maj == 0) && (ctxt->v_min == 8)
62 int v_maj; member
H A De_mod_packagekit.c167 if (inst->ctxt->v_maj != -1) in _help_button_cb()
169 inst->ctxt->v_maj, inst->ctxt->v_min, inst->ctxt->v_mic); in _help_button_cb()
241 if ((ctxt->v_maj != -1) && (ctxt->v_min != -1) && (ctxt->v_mic != -1)) in packagekit_popup_update()
244 ctxt->v_maj, ctxt->v_min, ctxt->v_mic); in packagekit_popup_update()
1030 eldbus_message_iter_arguments_get(var, "u", &(ctxt->v_maj)); in _iterate_dict()
1037 if ((ctxt->v_maj != -1) && (ctxt->v_min != -1) && (ctxt->v_mic != -1)) in _iterate_dict()
H A De_mod_main.c296 ctxt->v_maj = ctxt->v_min = ctxt->v_mic = -1; in e_modapi_init()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/
H A Dsetup.py48 v_maj = None variable
56 v_maj = parts[2] variable
63 version = "%s.%s.%s" % (v_maj, v_min, v_pat),
/dports/devel/py-cxx/pycxx-7.1.5/
H A Dsetup.py48 v_maj = None variable
56 v_maj = parts[2] variable
63 version = "%s.%s.%s" % (v_maj, v_min, v_pat),
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/maint/Makefile.PL.inc/
H A D29_handle_version.pl7 my ($v_maj, $v_min, $v_point, $v_dev) = $version_string =~ /^$dbic_ver_re$/
15 if ($v_maj > 8) {
/dports/archivers/lrzip/lrzip-0.631/
H A Dconfigure.ac3 m4_define([v_maj], [0]) macro
8 m4_define([v_ver], [v_maj.v_v])
9 m4_define([lt_rev], m4_eval(v_maj + v_min))
32 AC_DEFINE_UNQUOTED(LRZIP_MAJOR_VERSION, [v_maj], [Major version])
41 VMAJ=v_maj
/dports/math/graphthing/graphthing-1.3.2/
H A Daclocal.m4193 v_maj=`echo $wx_version | \
206 $v_maj \> $req_maj \| \
207 $v_maj \= $req_maj \& \
209 $v_maj \= $req_maj \& \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/lang/clover/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Du_debug.c226 unsigned v_maj, v_min; in debug_get_version_option() local
229 n = sscanf(str, "%u.%u", &v_maj, &v_min); in debug_get_version_option()
234 *major = v_maj; in debug_get_version_option()
/dports/sysutils/py-salt/salt-3004.1/salt/client/ssh/
H A Dssh_py_shim.py235 ns, v_maj, v_min = line.strip().split(":")
236 pymap[ns] = (int(v_maj), int(v_min))
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dview.c256 int lap, v_maj, v_min, wind_keys = 0, reqkeys = 0; in G_get_3dview() local
278 sscanf(buffer, "#%d.%d\n", &v_maj, &v_min); in G_get_3dview()
279 if (v_maj == vers_major && v_min == vers_minor) in G_get_3dview()
/dports/graphics/djvulibre/djvulibre-3.5.28/
H A Dconfigure.ac25 m4_define([v_maj], [3]) macro
28 m4_define([v_ver], [v_maj.v_min.v_mic])
/dports/graphics/djview4/djview4-4.12/
H A Dconfigure.ac22 m4_define([v_maj], [4]) macro
24 m4_define([v_ver], [v_maj.v_min])

12