print_kvpair_cstr
print_kvpair_cstr(f, ts, "verify_method", "none");
print_kvpair_cstr(f, ts, "verify_method", "disklabel");
print_kvpair_cstr(f, ts, "verify_method", "ffs");
print_kvpair_cstr(f, ts, "verify_method", "re-enter");
print_kvpair_cstr(f, ts, "verify_method", "mbr");
print_kvpair_cstr(f, ts, "verify_method", "gpt");
print_kvpair_cstr(f, ts, "verify_method", "zfs");
static void print_kvpair_cstr(FILE *, int, const char *, const char *);
print_kvpair_cstr(f, ts, key, string_tocharstar(val));
print_kvpair_cstr(f, ts, key, tmp);