Lines Matching refs:fprintf
140 fprintf(out, "%s", indent_str.c_str());
142 fprintf(out, "%s ", is_extern ? "extern" : "static");
143 fprintf(out, "%s ", is_definition ? "definition" : "declaration");
145 fprintf(out, "no_guard ");
148 fprintf(out, "fortify_inline ");
150 fprintf(out, "@ %s:%u:%u", StripPrefix(location.filename, base_path).str().c_str(),
156 fprintf(out, "\n%s ", indent_str.c_str());
158 fprintf(out, "invalid availability\n");
160 fprintf(out, "%s\n", to_string(avail).c_str());
184 fprintf(out, " %s: ", name.c_str());
187 fprintf(out, "%s\n", to_string(availability).c_str());
189 fprintf(out, "invalid\n");
207 fprintf(out, "HeaderDatabase contains %zu symbols:\n", symbols.size());