Home
last modified time | relevance | path

Searched refs:cpioformat (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/posix/
H A Dfile.c265 char *cpioformat = "unknown type"; in do_regular_file() local
267 if (toybuf[5] == '7') cpioformat = "pre-SVR4 or odc"; in do_regular_file()
268 else if (toybuf[5] == '1') cpioformat = "SVR4 with no CRC"; in do_regular_file()
269 else if (toybuf[5] == '2') cpioformat = "SVR4 with CRC"; in do_regular_file()
270 xprintf("ASCII cpio archive (%s)\n", cpioformat); in do_regular_file()

Completed in 1 milliseconds