Lines Matching refs:sep
332 const char *sep = symbol_conf.field_sep ?: ";";
347 ret += fprintf(fp, "%s%s", first ? "" : sep,
417 const char *sep = symbol_conf.field_sep;
434 if (!sep || !first) {
435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " ");
462 const char *sep = symbol_conf.field_sep;
484 if (!sep || !first) {
485 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " ");
499 if (!sep)
523 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf));
619 static int print_hierarchy_indent(const char *sep, int indent,
624 if (sep != NULL || indent < 2)
642 const char *sep = symbol_conf.field_sep;
647 print_hierarchy_indent(sep, indent, " ", fp);
655 fprintf(fp, "%s%s", hpp->buf, sep ?: " ");
683 print_hierarchy_indent(sep, indent, dots, fp);
692 fprintf(fp, "%s", sep ?: "..");
721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots);
732 const char *sep = symbol_conf.field_sep;
741 fprintf(fp, "%s", sep ?: " ");
760 const char *sep = symbol_conf.field_sep;
772 if (sep)
786 fprintf(fp, "%s", sep ?: " ");
823 const char *sep = symbol_conf.field_sep;
880 print_hierarchy_indent(sep, depth, " ", fp);