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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c42 const svn_version_t *lib_version)
51 if (lib_version->tag[0] != '\0')
53 return svn_ver_equal(my_version, lib_version);
57 return (my_version->major == lib_version->major
58 && my_version->minor == lib_version->minor
59 && my_version->patch > lib_version->patch);
63 return (my_version->major == lib_version->major
64 && my_version->minor <= lib_version->minor);
69 const svn_version_t *lib_version)
71 return (my_version->major == lib_version
40 svn_ver_compatible(const svn_version_t *my_version, const svn_version_t *lib_version) argument
67 svn_ver_equal(const svn_version_t *my_version, const svn_version_t *lib_version) argument
86 const svn_version_t *lib_version = checklist[i].version_query(); local
[all...]
/freebsd-10.0-release/sbin/geom/class/mountver/
H A Dgeom_mountver.c38 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/nop/
H A Dgeom_nop.c38 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_version.h193 * version, provided in @a lib_version.
204 const svn_version_t *lib_version);
207 * Check if @a my_version and @a lib_version encode the same version number.
213 const svn_version_t *lib_version);
/freebsd-10.0-release/sbin/geom/class/raid/
H A Dgeom_raid.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/sched/
H A Dgeom_sched.c50 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/cache/
H A Dgeom_cache.c42 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/label/
H A Dgeom_label.c49 uint32_t PUBSYM(lib_version) = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/concat/
H A Dgeom_concat.c45 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/journal/
H A Dgeom_journal.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/multipath/
H A Dgeom_multipath.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/raid3/
H A Dgeom_raid3.c45 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/shsec/
H A Dgeom_shsec.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/stripe/
H A Dgeom_stripe.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/core/
H A Dgeom.c517 uint32_t *lib_version; local
555 lib_version = dlsym(dlh, "lib_version");
556 if (lib_version == NULL) {
557 warnx("Cannot find symbol %s: %s.", "lib_version", dlerror());
561 if (*lib_version != G_LIB_VERSION) {
/freebsd-10.0-release/sbin/geom/class/mirror/
H A Dgeom_mirror.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/virstor/
H A Dgeom_virstor.c49 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/eli/
H A Dgeom_eli.c58 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-10.0-release/sbin/geom/class/part/
H A Dgeom_part.c60 uint32_t PUBSYM(lib_version) = G_LIB_VERSION; variable

Completed in 91 milliseconds