Home
last modified time | relevance | path

Searched refs:ver_info (Results 1 – 25 of 85) sorted by relevance

1234

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_sysinfo.c695 OSVERSIONINFOEXW ver_info; in get_os_info() local
723 ver_info.dwOSVersionInfoSize = sizeof(ver_info); in get_os_info()
725 &ver_info); in get_os_info()
727 switch (ver_info.dwMajorVersion) { in get_os_info()
766 sz_os_name = p_str[2 * ver_info.dwMinorVersion + in get_os_info()
814 switch (ver_info.dwMinorVersion) { in get_os_info()
839 (unsigned long) ver_info.dwMajorVersion, in get_os_info()
840 (unsigned long) ver_info.dwMinorVersion); in get_os_info()
853 (unsigned) ver_info.wServicePackMajor); in get_os_info()
858 (unsigned) ver_info.wServicePackMajor, in get_os_info()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Ddynlib4.c63 unsigned ver_info[3]; in H5Z_filter_dynlib4() local
66 if(H5get_libversion(&ver_info[0], &ver_info[1], &ver_info[2]) < 0) { in H5Z_filter_dynlib4()
78 if(ver_info[0] != cd_values[1] || ver_info[1] != cd_values[2]) { in H5Z_filter_dynlib4()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5repack/
H A Ddynlib_vrpk.c63 unsigned ver_info[3]; in H5Z_filter_dynlib4() local
66 if(H5get_libversion(&ver_info[0], &ver_info[1], &ver_info[2]) < 0) { in H5Z_filter_dynlib4()
78 if(ver_info[0] != cd_values[1] || ver_info[1] != cd_values[2]) { in H5Z_filter_dynlib4()
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5repack/
H A Ddynlib_vrpk.c63 unsigned ver_info[3]; in H5Z_filter_dynlib4() local
66 if(H5get_libversion(&ver_info[0], &ver_info[1], &ver_info[2]) < 0) { in H5Z_filter_dynlib4()
78 if(ver_info[0] != cd_values[1] || ver_info[1] != cd_values[2]) { in H5Z_filter_dynlib4()
/dports/devel/rsvndump/rsvndump-0.6/m4/
H A Drsvndump_conf.m475 ver_info=`$ASCIIDOC --version`
76 ver_maj=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\1/'`
77 ver_min=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\2/'`
78 ver_rev=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\3/'`
99 ver_info=`$XMLTO --version`
100 ver_maj=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\1/'`
101 ver_min=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\2/'`
102 ver_rev=`echo $ver_info | sed 's/^.* \([[0-9]]\)*\.\([[0-9]]\)*\.\([[0-9]]*\).*$/\3/'`
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dppiwin.c143 OSVERSIONINFO ver_info; in winnt_pp_open() local
145 memset(&ver_info, 0, sizeof(ver_info)); in winnt_pp_open()
147 ver_info.dwOSVersionInfoSize = sizeof(ver_info); in winnt_pp_open()
149 if(!GetVersionEx(&ver_info)) in winnt_pp_open()
153 else if(ver_info.dwPlatformId == VER_PLATFORM_WIN32_NT) in winnt_pp_open()
/dports/devel/avrdude/avrdude-6.4/
H A Dppiwin.c143 OSVERSIONINFO ver_info; in winnt_pp_open() local
145 memset(&ver_info, 0, sizeof(ver_info)); in winnt_pp_open()
147 ver_info.dwOSVersionInfoSize = sizeof(ver_info); in winnt_pp_open()
149 if(!GetVersionEx(&ver_info)) in winnt_pp_open()
153 else if(ver_info.dwPlatformId == VER_PLATFORM_WIN32_NT) in winnt_pp_open()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dppiwin.c143 OSVERSIONINFO ver_info; in winnt_pp_open() local
145 memset(&ver_info, 0, sizeof(ver_info)); in winnt_pp_open()
147 ver_info.dwOSVersionInfoSize = sizeof(ver_info); in winnt_pp_open()
149 if(!GetVersionEx(&ver_info)) in winnt_pp_open()
153 else if(ver_info.dwPlatformId == VER_PLATFORM_WIN32_NT) in winnt_pp_open()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dwindres.h656 struct ver_info *var;
686 struct ver_info struct
689 struct ver_info *next; argument
846 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
847 extern struct ver_info *append_ver_stringfileinfo
848 (struct ver_info *, const char *, struct ver_stringinfo *);
849 extern struct ver_info *append_ver_varfileinfo
850 (struct ver_info *, const char *, struct ver_varinfo *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dwindres.h655 struct ver_info *var;
685 struct ver_info struct
688 struct ver_info *next; argument
843 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
844 extern struct ver_info *append_ver_stringfileinfo
845 (struct ver_info *, const char *, struct ver_stringinfo *);
846 extern struct ver_info *append_ver_varfileinfo
847 (struct ver_info *, const char *, struct ver_varinfo *);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dwindres.h655 struct ver_info *var;
685 struct ver_info struct
688 struct ver_info *next; argument
843 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
844 extern struct ver_info *append_ver_stringfileinfo
845 (struct ver_info *, const char *, struct ver_stringinfo *);
846 extern struct ver_info *append_ver_varfileinfo
847 (struct ver_info *, const char *, struct ver_varinfo *);
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dwindres.h656 struct ver_info *var;
686 struct ver_info struct
689 struct ver_info *next; argument
846 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
847 extern struct ver_info *append_ver_stringfileinfo
848 (struct ver_info *, const char *, struct ver_stringinfo *);
849 extern struct ver_info *append_ver_varfileinfo
850 (struct ver_info *, const char *, struct ver_varinfo *);
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/facts/
H A Dget_software_information.py133 ver_info = None
238 ver_info = version_info(version)
274 "version_info": ver_info,
/dports/print/hplip/hplip-3.20.6/installer/
H A Dtext_install.py287 ver_info = core.distros[core.distro_name]['versions'][ver]
289 if ver_info['code_name'] and ver_info['release_date']:
291 ' ("' + ver_info['code_name'] + \
292 '", Released ' + ver_info['release_date'] + ')'
294 elif ver_info['code_name']:
295 text = ver + ' ("' + ver_info['code_name'] + '")'
297 elif ver_info['release_date']:
299 ver_info['release_date'] + ')'
304 if not ver_info['supported']:
/dports/security/py-zkg/package-manager-2.12.0/zeekpkg/
H A Dtemplate.py704 ver_info = tmpl.version()
705 ver_info = 'no versioning' if ver_info is None else 'version ' + ver_info
709 using {}{}.""".format(__version__, tmpl.name(), ver_info, features_info))
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dplatform-windows.cpp156 struct win_version_info ver_info; in GetWindowsVersion() local
158 get_win_ver(&ver_info); in GetWindowsVersion()
159 ver = (ver_info.major << 8) | ver_info.minor; in GetWindowsVersion()
/dports/www/htdigest/httpd-2.4.6/modules/arch/win32/
H A Dmod_isapi.h43 int APR_THREAD_FUNC GetExtensionVersion(HSE_VERSION_INFO *ver_info);
44 typedef int (APR_THREAD_FUNC *PFN_GETEXTENSIONVERSION)(HSE_VERSION_INFO *ver_info);
/dports/www/apache24/httpd-2.4.53/modules/arch/win32/
H A Dmod_isapi.h43 int APR_THREAD_FUNC GetExtensionVersion(HSE_VERSION_INFO *ver_info);
44 typedef int (APR_THREAD_FUNC *PFN_GETEXTENSIONVERSION)(HSE_VERSION_INFO *ver_info);
/dports/sysutils/py-salt/salt-3004.1/salt/
H A Dversion.py874 ver_info = versions_information(
879 lib_pad = max(len(name) for name in ver_info["Dependency Versions"])
880 sys_pad = max(len(name) for name in ver_info["System Versions"])
881 if include_extensions and "Salt Extensions" in ver_info:
882 ext_pad = max(len(name) for name in ver_info["Salt Extensions"])
895 if ver_type == "Salt Extensions" and ver_type not in ver_info:
900 for name in sorted(ver_info[ver_type], key=lambda x: x.lower()):
902 name, ver_info[ver_type][name] or not_installed, pad=padding
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dos_info.c74 static char *ver_info(pj_uint32_t ver, char *buf) in ver_info() function
334 ver_info(si.os_ver, os_ver), in pj_get_sys_info()
339 ver_info(si.sdk_ver, sdk_ver)); in pj_get_sys_info()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dns_db_dump.cpp51 CVersionInfo ver_info = app->GetVersion(); in SCommonDumpHeader() local
53 server_ver_major = ver_info.GetMajor(); in SCommonDumpHeader()
54 server_ver_minor = ver_info.GetMinor(); in SCommonDumpHeader()
55 server_ver_patch = ver_info.GetPatchLevel(); in SCommonDumpHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dparameter_validation_generator.py469 ver_info = ''
472 ver_info = self.stype_version_dict[struct_type]
476 ver_info = self.stype_version_dict[struct_type[:-4]]
478 ver_info = None
479 if ver_info is not None:
480 if 'VK_API_VERSION_' in ver_info:
481 api_version = ver_info;
482 pnext_check += ' if (api_version < %s) {\n' % ver_info
485 …ointer (%%s) to a VkStructureType (%s) which was added in %s but the "\n' % (struct_type, ver_info)
491 ext_name = ver_info
[all …]
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/factory/
H A Dcmdtable.py132 ver_info = self._dev.facts.get("version_info")
133 if ver_info and ver_info.major[0] <= 15:
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dparameter_validation_generator.py518 ver_info = ''
521 ver_info = self.stype_version_dict[struct_type]
525 ver_info = self.stype_version_dict[struct_type[:-4]]
527 ver_info = None
529 if ver_info is not None:
530 if 'VK_API_VERSION_' in ver_info:
532 api_version = ver_info;
533 pnext_check += ' if (api_version < %s) {\n' % ver_info
536 …ointer (%%s) to a VkStructureType (%s) which was added in %s but the "\n' % (struct_type, ver_info)
542 ext_name = ver_info
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dlibxl_capabilities.c325 const libxl_version_info *ver_info; in libxlCapsInitGuests() local
338 if ((ver_info = libxl_get_version_info(ctx)) == NULL) { in libxlCapsInitGuests()
344 if (!ver_info->capabilities) { in libxlCapsInitGuests()
382 for (str = ver_info->capabilities, nr_guest_archs = 0; in libxlCapsInitGuests()

1234