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

/system/extras/tests/directiotest/
H A Ddirectiotest.c137 char ascii_buf[17]; local
139 ascii_buf[16] = '\0';
148 ascii_buf[off] = isprint(val) ? val : '.';
150 printf(" %-16s\n", ascii_buf);
155 ascii_buf[i] = '\0';
158 printf(" %-16s\n", ascii_buf);

Completed in 49 milliseconds