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

/system/extras/tests/directiotest/
H A Ddirectiotest.c136 char ascii_buf[17]; local
138 ascii_buf[16] = '\0';
147 ascii_buf[off] = isprint(val) ? val : '.';
149 printf(" %-16s\n", ascii_buf);
154 ascii_buf[i] = '\0';
157 printf(" %-16s\n", ascii_buf);

Completed in 20 milliseconds