Home
last modified time | relevance | path

Searched refs:FORMAT_VERSION_VALUE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport-export.h34 #define FORMAT_VERSION_VALUE 1 macro
H A Dexport.c336 outf(f, FORMAT_VERSION_FIELD " = %d", FORMAT_VERSION_VALUE); in _print_header()
H A Dimport_vsn1.c83 if (!cv || cv->type != CFG_INT || cv->v.i != FORMAT_VERSION_VALUE) { in _check_version()