taglinefilesource code
tmp_buf19zBoot/piggyback.cchar tmp_buf[512*1024];
tmp_buf36zBoot/piggyback.cwhile ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0)
tmp_buf45zBoot/piggyback.cif (len >= sizeof(tmp_buf))
tmp_buf63zBoot/piggyback.cwrite(1, tmp_buf, len);