Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c778 tabto(); in syscall_exiting_trace()
806 tabto(); in syscall_exiting_trace()
Dstrace.c706 tabto(void) in tabto() function
2235 tabto(); in print_event_exit()
Ddefs.h1145 extern void tabto(void);
DChangeLog48694 (tabto): Likewise.
50189 (tabto): Use tprints(str), since tprintf(str) was throwing a warning.
50333 Optimize tabto()
50334 tabto is used in many lines of strace output.
50339 * defs.h: Drop extern declaration of acolumn. Make tabto()
50341 * process.c (sys_exit): Call tabto() with no parameters.
50342 * syscall.c (trace_syscall_exiting): Call tabto() with no parameters.
50345 (printleader): Call tabto() with no parameters.
50346 (tabto): Use simpler method to print lots of spaces.