Home
last modified time | relevance | path

Searched refs:vermaj (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Dsquashfs.c34 uint16_t vermaj; in probe_squashfs() local
41 vermaj = le16_to_cpu(sq->s_major); in probe_squashfs()
43 if (vermaj < 4) in probe_squashfs()
46 blkid_probe_sprintf_version(pr, "%u.%u", vermaj, vermin); in probe_squashfs()
54 uint16_t vermaj; in probe_squashfs3() local
62 vermaj = be16_to_cpu(sq->s_major); in probe_squashfs3()
65 vermaj = le16_to_cpu(sq->s_major); in probe_squashfs3()
69 if (vermaj > 3) in probe_squashfs3()
72 blkid_probe_sprintf_version(pr, "%u.%u", vermaj, vermin); in probe_squashfs3()
H A Df2fs.c61 uint16_t vermaj, vermin; in probe_f2fs() local
67 vermaj = le16_to_cpu(sb->major_ver); in probe_f2fs()
71 if (vermaj == 1 && vermin == 0) in probe_f2fs()
80 blkid_probe_sprintf_version(pr, "%u.%u", vermaj, vermin); in probe_f2fs()
H A Dexfat.c23 uint8_t vermaj; member
140 sb->version.vermaj, sb->version.vermin); in probe_exfat()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drepmgr035script.tcl22 set vermaj [lindex $bdbver 0]
26 if { $vermaj > 18 || [expr $vermaj == 18 && $vermin > 1] \
27 || [expr $vermaj == 18 && $vermin == 1 && $verpatch >= 20] } {
84 if { $vermaj == 5 && $vermin == 0 } {
195 set vermaj [lindex $bdbver 0]
199 if { $vermaj > 18 || [expr $vermaj == 18 && $vermin > 1] \
200 || [expr $vermaj == 18 && $vermin == 1 && $verpatch >= 20] } {
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Dgdm_load.c178 int vermaj, vermin, tvmaj, tvmin, tracker; in gdm_load() local
191 vermaj = hio_read8(f); in gdm_load()
199 vermaj, vermin, tvmaj, tvmin); in gdm_load()
202 vermaj, vermin, tvmaj, tvmin); in gdm_load()
H A Dstm_load.c70 uint8 vermaj; /* Major version number */ member
162 sfh.vermaj = hio_read8(f); /* Major version number */ in stm_load()
164 version = (100 * sfh.vermaj) + sfh.vermin; in stm_load()
244 libxmp_set_type(m, "Scream Tracker %d.%02d", sfh.vermaj, sfh.vermin); in stm_load()
246 libxmp_set_type(m, "SoundWave Pro %d.%02d", sfh.vermaj, sfh.vermin); in stm_load()
H A Dptm_load.c35 uint8 vermaj; /* Major type */ member
116 pfh.vermaj = hio_read8(f); /* Major type */ in ptm_load()
154 libxmp_set_type(m, "Poly Tracker PTM %d.%02x", pfh.vermaj, pfh.vermin); in ptm_load()
H A Dmed4_load.c175 int pos, vermaj, vermin; in med4_load() local
188 vermaj = 2; in med4_load()
204 vermaj = *(buf + i + 10); in med4_load()
212 snprintf(mod->type, XMP_NAME_SIZE, "MED %d.%02d MED4", vermaj, vermin); in med4_load()
319 if (vermaj == 2) /* Happy.med has tempo 5 but loads as 6 */ in med4_load()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhttpd/
H A Dparsereq.c66 c->req.vermaj = 0; in hparsereq()
75 c->req.vermaj = strtoul(vs, &vs, 10); in hparsereq()
76 if(*vs != '.' || c->req.vermaj != 1){ in hparsereq()
H A Dparse.c193 if(c->req.vermaj == 0){ in hparseheaders()
975 return c->req.vermaj > 1 || c->req.vermaj == 1 && c->req.vermin > 0; in http11()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhImageEffectAPI.cpp311 ImageEffectPlugin *PluginCache::getPluginById(const std::string &id, int vermaj, int vermin) in getPluginById() argument
330 if (vermaj != -1 && p->getVersionMajor() != vermaj) { in getPluginById()
353 … ImageEffectPlugin *PluginCache::getPluginByLabel(const std::string &label, int vermaj, int vermin) in getPluginByLabel() argument
365 if (vermaj != -1 && p->getVersionMajor() != vermaj) { in getPluginByLabel()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhImageEffectAPI.cpp311 ImageEffectPlugin *PluginCache::getPluginById(const std::string &id, int vermaj, int vermin) in getPluginById() argument
330 if (vermaj != -1 && p->getVersionMajor() != vermaj) { in getPluginById()
353 … ImageEffectPlugin *PluginCache::getPluginByLabel(const std::string &label, int vermaj, int vermin) in getPluginByLabel() argument
365 if (vermaj != -1 && p->getVersionMajor() != vermaj) { in getPluginByLabel()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhImageEffectAPI.h184 ImageEffectPlugin *getPluginById(const std::string &id, int vermaj=-1, int vermin=-1);
188 ImageEffectPlugin *getPluginByLabel(const std::string &label, int vermaj=-1, int vermin=-1);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhImageEffectAPI.h184 ImageEffectPlugin *getPluginById(const std::string &id, int vermaj=-1, int vermin=-1);
188 ImageEffectPlugin *getPluginByLabel(const std::string &label, int vermaj=-1, int vermin=-1);
/dports/net/ssldump/ssldump-0.9b3/ssl/
H A Dsslprint.c239 UINT4 ct,vermaj,vermin,length; local
246 SSL_DECODE_UINT8(ssl,0,0,&d,&vermaj);
256 explain(ssl,"V%d.%d(%d)",vermaj,vermin,length);
260 version=vermaj*256+vermin;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/loader/
H A Dloadmod.c453 int vermaj, vermin; in CheckVersion() local
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
471 if (abimaj != vermaj) { in CheckVersion()
478 module, abimaj, vermaj); in CheckVersion()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dhttpd.h160 int vermaj; member

12