HomeSort by relevance Sort by last modified time
    Searched full:ascii_buf (Results 1 - 1 of 1) sorted by null

  /system/extras/tests/directiotest/
directiotest.c 137 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 63 milliseconds