Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c781 tabto(); in syscall_exiting_trace()
809 tabto(); in syscall_exiting_trace()
Dstrace.c682 tabto(void) in tabto() function
2217 tabto(); in print_event_exit()
Ddefs.h818 extern void tabto(void);
DChangeLog41132 (tabto): Likewise.
42627 (tabto): Use tprints(str), since tprintf(str) was throwing a warning.
42771 Optimize tabto()
42772 tabto is used in many lines of strace output.
42777 * defs.h: Drop extern declaration of acolumn. Make tabto()
42779 * process.c (sys_exit): Call tabto() with no parameters.
42780 * syscall.c (trace_syscall_exiting): Call tabto() with no parameters.
42783 (printleader): Call tabto() with no parameters.
42784 (tabto): Use simpler method to print lots of spaces.