Searched defs:current_tcp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 78 milliseconds