Home
last modified time | relevance | path

Searched refs:lib_version (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c52 if (lib_version->tag[0] != '\0') in svn_ver_compatible()
54 return svn_ver_equal(my_version, lib_version); in svn_ver_compatible()
58 return (my_version->major == lib_version->major in svn_ver_compatible()
59 && my_version->minor == lib_version->minor in svn_ver_compatible()
64 return (my_version->major == lib_version->major in svn_ver_compatible()
72 return (my_version->major == lib_version->major in svn_ver_equal()
73 && my_version->minor == lib_version->minor in svn_ver_equal()
74 && my_version->patch == lib_version->patch in svn_ver_equal()
96 if (!comparator(my_version, lib_version)) in svn_ver_check_list2()
107 lib_version->major, lib_version->minor, in svn_ver_check_list2()
[all …]
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_version.h214 const svn_version_t *lib_version);
225 const svn_version_t *lib_version);
/freebsd-13.1/lib/geom/mountver/
H A Dgeom_mountver.c39 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/raid/
H A Dgeom_raid.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/nop/
H A Dgeom_nop.c40 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h58 kmp_int32 lib_version; member
/freebsd-13.1/lib/geom/cache/
H A Dgeom_cache.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/concat/
H A Dgeom_concat.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/label/
H A Dgeom_label.c51 uint32_t PUBSYM(lib_version) = G_LIB_VERSION;
/freebsd-13.1/sbin/geom/core/
H A Dgeom.c532 uint32_t *lib_version; in load_library() local
570 lib_version = dlsym(dlh, "lib_version"); in load_library()
571 if (lib_version == NULL) { in load_library()
576 if (*lib_version != G_LIB_VERSION) { in load_library()
/freebsd-13.1/lib/geom/shsec/
H A Dgeom_shsec.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/multipath/
H A Dgeom_multipath.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/stripe/
H A Dgeom_stripe.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/journal/
H A Dgeom_journal.c49 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/raid3/
H A Dgeom_raid3.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/virstor/
H A Dgeom_virstor.c51 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/lib/geom/mirror/
H A Dgeom_mirror.c47 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1118 int lib_version = __itt_lib_version(_N_(_ittapi_global).lib); in _N_() local
1120 switch (lib_version) { in _N_()
/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1096 unsigned int lib_version = (unsigned int)arg; in vchiq_ioctl() local
1098 if (lib_version < VCHIQ_VERSION_MIN) in vchiq_ioctl()
1100 else if (lib_version >= VCHIQ_VERSION_CLOSE_DELIVERED) in vchiq_ioctl()
/freebsd-13.1/lib/geom/part/
H A Dgeom_part.c62 uint32_t PUBSYM(lib_version) = G_LIB_VERSION;
/freebsd-13.1/lib/geom/eli/
H A Dgeom_eli.c60 uint32_t lib_version = G_LIB_VERSION; variable