Searched refs:lib_version (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c42 const svn_version_t *lib_version)
53 if (lib_version->tag[0] != '\0')
55 return svn_ver_equal(my_version, lib_version);
59 return (my_version->major == lib_version->major
60 && my_version->minor == lib_version->minor
61 && my_version->patch > lib_version->patch);
65 return (my_version->major == lib_version->major
66 && my_version->minor <= lib_version->minor);
71 const svn_version_t *lib_version)
73 return (my_version->major == lib_version
40 svn_ver_compatible(const svn_version_t *my_version, const svn_version_t *lib_version) argument
69 svn_ver_equal(const svn_version_t *my_version, const svn_version_t *lib_version) argument
95 const svn_version_t *lib_version = checklist[i].version_query(); local
[all...]
/freebsd-11-stable/sbin/geom/class/mountver/
H A Dgeom_mountver.c40 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/nop/
H A Dgeom_nop.c40 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_version.h204 * version, provided in @a lib_version.
217 const svn_version_t *lib_version);
220 * Check if @a my_version and @a lib_version encode the same version number.
228 const svn_version_t *lib_version);
/freebsd-11-stable/sbin/geom/class/sched/
H A Dgeom_sched.c52 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/raid/
H A Dgeom_raid.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/cache/
H A Dgeom_cache.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h58 kmp_int32 lib_version; member in struct:__anon3442
/freebsd-11-stable/sbin/geom/class/concat/
H A Dgeom_concat.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/label/
H A Dgeom_label.c51 uint32_t PUBSYM(lib_version) = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/journal/
H A Dgeom_journal.c49 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/multipath/
H A Dgeom_multipath.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c519 uint32_t *lib_version; local
557 lib_version = dlsym(dlh, "lib_version");
558 if (lib_version == NULL) {
559 warnx("Cannot find symbol %s: %s.", "lib_version", dlerror());
563 if (*lib_version != G_LIB_VERSION) {
/freebsd-11-stable/sbin/geom/class/stripe/
H A Dgeom_stripe.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/shsec/
H A Dgeom_shsec.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/raid3/
H A Dgeom_raid3.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/mirror/
H A Dgeom_mirror.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/virstor/
H A Dgeom_virstor.c51 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1095 int lib_version = __itt_lib_version(_N_(_ittapi_global).lib); local
1097 switch (lib_version) {
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1097 unsigned int lib_version = (unsigned int)arg; local
1099 if (lib_version < VCHIQ_VERSION_MIN)
1101 else if (lib_version >= VCHIQ_VERSION_CLOSE_DELIVERED)
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c60 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c62 uint32_t PUBSYM(lib_version) = G_LIB_VERSION; variable

Completed in 160 milliseconds