Lines Matching defs:sep
336 const char *sep = symbol_conf.field_sep ?: ";";
351 ret += fprintf(fp, "%s%s", first ? "" : sep,
421 const char *sep = symbol_conf.field_sep;
438 if (!sep || !first) {
439 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " ");
466 const char *sep = symbol_conf.field_sep;
488 if (!sep || !first) {
489 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " ");
503 if (!sep)
527 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf));
623 static int print_hierarchy_indent(const char *sep, int indent,
628 if (sep != NULL || indent < 2)
647 const char *sep = symbol_conf.field_sep;
661 print_hierarchy_indent(sep, indent, " ", fp);
665 fprintf(fp, "%s%s", hpp->buf, sep ?: " ");
700 print_hierarchy_indent(sep, indent, dots, fp);
709 fprintf(fp, "%s", sep ?: "..");
738 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots);
749 const char *sep = symbol_conf.field_sep;
758 fprintf(fp, "%s", sep ?: " ");
777 const char *sep = symbol_conf.field_sep;
789 if (sep)
803 fprintf(fp, "%s", sep ?: " ");
840 const char *sep = symbol_conf.field_sep;
897 print_hierarchy_indent(sep, depth, " ", fp);