PBF_PRINT
PBF_PRINT("");
PBF_PRINT(one_set ? "," : "<");
PBF_PRINT("%s", name);
PBF_PRINT("%s_%d", fallback_prefix, b_idx);
PBF_PRINT(">");