Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c150 static char *acolumn_spaces; variable
685 tprints(acolumn_spaces + current_tcp->curcol); in tabto()
1784 acolumn_spaces = xmalloc(acolumn + 1); in init()
1785 memset(acolumn_spaces, ' ', acolumn); in init()
1786 acolumn_spaces[acolumn] = '\0'; in init()
DChangeLog42781 * strace.c: Make acolumn static, add static char *acolumn_spaces.
42782 (main): Allocate acolumn_spaces as a string of spaces.