Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c142 static char *acolumn_spaces; variable
687 tprints(acolumn_spaces + current_tcp->curcol); in tabto()
1740 acolumn_spaces = xmalloc(acolumn + 1); in init()
1741 memset(acolumn_spaces, ' ', acolumn); in init()
1742 acolumn_spaces[acolumn] = '\0'; in init()
DChangeLog31153 * strace.c: Make acolumn static, add static char *acolumn_spaces.
31154 (main): Allocate acolumn_spaces as a string of spaces.