Lines Matching defs:convert
236 static void read_ahead(struct testcase *test, int convert);
238 static ssize_t write_behind(struct testcase *test, int convert);
342 int convert /* if true, convert to ascii */)
351 read_ahead(test, convert); /* fill it */
362 int convert /* if true, convert to ascii */)
377 if(convert == 0) {
422 int ct, int convert)
427 write_behind(test, convert); /* flush it */
439 static ssize_t write_behind(struct testcase *test, int convert)
476 if(convert == 0)