Searched defs:stability (Results 1 – 2 of 2) sorted by relevance
76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
130 const char *stability = ver == 0 ? "alpha" : ver == 1 ? "beta" : ""; in xz_ver_to_str() local