Home
last modified time | relevance | path

Searched defs:stability (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/dflybsd-src/contrib/xz/src/xz/
H A Dlist.c130 const char *stability = ver == 0 ? "alpha" : ver == 1 ? "beta" : ""; in xz_ver_to_str() local