Searched refs:cpioformat (Results 1 – 1 of 1) sorted by relevance
232 char *cpioformat = "unknown type"; in do_regular_file() local234 if (toybuf[5] == '7') cpioformat = "pre-SVR4 or odc"; in do_regular_file()235 else if (toybuf[5] == '1') cpioformat = "SVR4 with no CRC"; in do_regular_file()236 else if (toybuf[5] == '2') cpioformat = "SVR4 with CRC"; in do_regular_file()237 xprintf("ASCII cpio archive (%s)\n", cpioformat); in do_regular_file()