Home | History | Annotate | Download | only in adaptation

Lines Matching full:line

347     char *line;
354 line = line_buff;
355 *line++ = ' ';
356 *line++ = ' ';
357 *line++ = ' ';
358 *line++ = ' ';
359 *line++ = ' ';
360 *line++ = ' ';
363 byte2hex((const char*)&j, &line);
364 *line++ = ' ';
366 *line = 0;
371 line = line_buff;
374 word2hex((const char*)&addr, &line);
375 *line++ = ':'; *line++ = ' ';
379 byte2hex(&data[j], &line);
380 *line++ = ' ';
384 byte2char(data++, &line);
385 //wirte the end of line
386 *line = 0;
387 //output the line
390 //last line of left over if any
394 line = line_buff;
397 word2hex((const char*)&addr, &line);
398 *line++ = ':'; *line++ = ' ';
402 byte2hex(&data[j], &line);
403 *line++ = ' ';
408 *line++ = ' ';
409 *line++ = ' ';
410 *line++ = ' ';
414 byte2char(data++, &line);
415 //write the end of line
416 *line = 0;
417 //output the line