Lines Matching refs:data
13 * or equal to offset containing data. If offset points to data,
37 * This case create 3 holes and 4 data fields, every (data) is 12 bytes,
58 * data: as the expected result read from file offset. NULL means expect
66 char *data;
70 {0, 4, SEEK_DATA, "01suffix", 8}, /* SEEK_DATA from maddle of the first data */
72 {0, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from maddle of the first data */
77 {UNIT_BLOCKS, 0, SEEK_DATA, "data02", 6}, /* SEEK_DATA from the starting of the second data */
78 {UNIT_BLOCKS, 4, SEEK_DATA, "02suffix", 8}, /* SEEK_DATA from middle of the second data */
79 {UNIT_BLOCKS, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the second data */
80 {UNIT_BLOCKS, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second data */
132 * it thinks the entire file is data, only a virtual hole at the end
147 sprintf(buf, "data%02dsuffix", num);
195 if (tp->data) {
197 rc = strcmp(buf, tp->data);
208 tp->data ? tp->data : "", buf);