Searched refs:FILL_SIZE (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dioutil.c273 enum {FILL_SIZE=20}; enumerator in enum:__anon4445
274 char fill[FILL_SIZE+1];
278 memset(fill, c, FILL_SIZE);
279 fill[FILL_SIZE] = '\0';
285 int nnew = n <= FILL_SIZE ? n : FILL_SIZE;

Completed in 99 milliseconds