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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c72 char c_rdevmajor[8]; member in struct:cpio_header_newc
151 format_hex(archive_entry_rdevmajor(entry), &h.c_rdevmajor, sizeof(h.c_rdevmajor));
154 format_hex(0, &h.c_rdevmajor, sizeof(h.c_rdevmajor));
H A Darchive_read_support_format_cpio.c88 char c_rdevmajor[8]; member in struct:cpio_newc_header
441 archive_entry_set_rdevmajor(entry, atol16(header->c_rdevmajor, sizeof(header->c_rdevmajor)));

Completed in 110 milliseconds