Searched defs:cpioformat (Results 1 - 1 of 1) sorted by last modified time

/external/toybox/toys/posix/
H A Dfile.c232 char *cpioformat = "unknown type"; local
234 if (toybuf[5] == '7') cpioformat = "pre-SVR4 or odc";
235 else if (toybuf[5] == '1') cpioformat = "SVR4 with no CRC";
236 else if (toybuf[5] == '2') cpioformat = "SVR4 with CRC";
237 xprintf("ASCII cpio archive (%s)\n", cpioformat);

Completed in 78 milliseconds