Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c148 static char *acolumn_spaces; variable
709 tprints(acolumn_spaces + current_tcp->curcol); in tabto()
1794 acolumn_spaces = xmalloc(acolumn + 1); in init()
1795 memset(acolumn_spaces, ' ', acolumn); in init()
1796 acolumn_spaces[acolumn] = '\0'; in init()
DChangeLog50343 * strace.c: Make acolumn static, add static char *acolumn_spaces.
50344 (main): Allocate acolumn_spaces as a string of spaces.