Home
last modified time | relevance | path

Searched refs:current_tcp (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dstrace.c157 static struct tcb *current_tcp; variable
396 if (current_tcp && current_tcp->curcol != 0) { in ptrace_restart()
543 if (current_tcp) { in tprintf()
544 int n = strace_vfprintf(current_tcp->outf, fmt, args); in tprintf()
546 if (current_tcp->outf != stderr) in tprintf()
549 current_tcp->curcol += n; in tprintf()
561 if (current_tcp) { in tprints()
562 int n = fputs_unlocked(str, current_tcp->outf); in tprints()
564 current_tcp->curcol += strlen(str); in tprints()
567 if (current_tcp->outf != stderr) in tprints()
[all …]