type_str
if (traverse_string(in, len, inform, type_str, &mask) < 0) {
static int type_str(unsigned long value, void *arg);
const char *type_str;
type_str = "MASTER";
type_str = hammer2_pfssubtype_to_str(meta->pfs_subtype);
type_str = hammer2_pfstype_to_str(meta->pfs_type);
tfprintf(stdout, 1, "%-11s %s %s\n", type_str, pfs_id_str, f);
type_str, bi, namelen, namelen,
tabprintf(tab, "} (%s.%d)\n", type_str, bi);
const char *type_str;
type_str = hammer2_breftype_to_str(bref->type);
type_pad = 8 - strlen(type_str);
type_str, bi, (intmax_t)bref->data_off,
type_str, bi, type_pad, type_pad, "",
const char *type_str;
type_str = "MASTER";
type_str = hammer2_pfssubtype_to_str(meta->pfs_subtype);
type_str = hammer2_pfstype_to_str(meta->pfs_type);
snprintf(e->s, sizeof(e->s), "%-11s %s", type_str, pfs_id_str);
const char *type_str;
type_str = "MASTER";
type_str = hammer2_pfssubtype_to_str(
type_str = hammer2_pfstype_to_str(pfs.pfs_type);
type_str, pfs_id_str);
const char *type_str;
type_str = "legacy";
type_str = "typec";
type_str = "tbt";
type_str);
r = prop_dictionary_set_cstring(testcase_dict, "type", testcase->type_str);
testcase->type_str = tokens[1];
char *type_str;
const char *type_str;
type_str = "MASTER";
type_str = hammer2_pfssubtype_to_str(
type_str = hammer2_pfstype_to_str(pfs.pfs_type);
snprintf(e->s, sizeof(e->s), "%-11s %s", type_str, pfs_id_str);