Searched refs:tofill (Results 1 – 1 of 1) sorted by relevance
79 int tofill; in fill_space() local91 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()