Lines Matching defs:first
15 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...)
20 if (!*first) {
24 *first = false;
40 bool first = true;
65 __print_attr__fprintf, &first);
72 printed += comma_fprintf(fp, &first, " %s=%" PRIu64,
80 printed += comma_fprintf(fp, &first, " (not a tracepoint)");
86 printed += comma_fprintf(fp, &first, " (no trace field)");
90 printed += comma_fprintf(fp, &first, " trace_fields: %s", field->name);
94 printed += comma_fprintf(fp, &first, "%s", field->name);
119 bool first = true;
143 if (print_arrow && !first)
188 first = false;