Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c804 tabto(); in trace_syscall_exiting()
835 tabto(); in trace_syscall_exiting()
Dstrace.c684 tabto(void) in tabto() function
2218 tabto(); in print_event_exit()
Ddefs.h738 extern void tabto(void);
DChangeLog29504 (tabto): Likewise.
30999 (tabto): Use tprints(str), since tprintf(str) was throwing a warning.
31143 Optimize tabto()
31144 tabto is used in many lines of strace output.
31149 * defs.h: Drop extern declaration of acolumn. Make tabto()
31151 * process.c (sys_exit): Call tabto() with no parameters.
31152 * syscall.c (trace_syscall_exiting): Call tabto() with no parameters.
31155 (printleader): Call tabto() with no parameters.
31156 (tabto): Use simpler method to print lots of spaces.