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