Home | History | Annotate | Download | only in strace

Lines Matching refs:sep

636 		const char *sep = "|";
646 sep = "";
648 tprintf("%s%s", sep, signame(flags & CSIGNAL));
1694 const char *sep;
1698 for (sep = ""; !abbrev(tcp) || n < max_strlen / 2; sep = ", ", ++n) {
1708 tprintf("%s", sep);
1713 tprintf("%s...", sep);