Searched refs:cpio_trailer (Results 1 – 2 of 2) sorted by relevance
35 cpio_archive := cpio_file* + (<nothing> | cpio_trailer)39 cpio_trailer := ALGN(4) + cpio_header + "TRAILER!!!\0" + ALGN(4)
77 static void cpio_trailer(void) in cpio_trailer() function679 cpio_trailer(); in main()
Completed in 9 milliseconds