Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/latencytop/common/
H A Ddisplay.c79 int tofill; in fill_space() local
91 tofill = len - i; in fill_space()
94 (void) memset(&buffer[i], ' ', tofill); in fill_space()
97 (void) memmove(&buffer[tofill], buffer, i+1); in fill_space()
98 (void) memset(buffer, ' ', tofill); in fill_space()