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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c121 static int64_t atol16(const char *, unsigned);
434 archive_entry_set_devmajor(entry, atol16(header->c_devmajor, sizeof(header->c_devmajor)));
435 archive_entry_set_devminor(entry, atol16(header->c_devminor, sizeof(header->c_devminor)));
436 archive_entry_set_ino(entry, atol16(header->c_ino, sizeof(header->c_ino)));
437 archive_entry_set_mode(entry, atol16(header->c_mode, sizeof(header->c_mode)));
438 archive_entry_set_uid(entry, atol16(header->c_uid, sizeof(header->c_uid)));
439 archive_entry_set_gid(entry, atol16(header->c_gid, sizeof(header->c_gid)));
440 archive_entry_set_nlink(entry, atol16(header->c_nlink, sizeof(header->c_nlink)));
441 archive_entry_set_rdevmajor(entry, atol16(header->c_rdevmajor, sizeof(header->c_rdevmajor)));
442 archive_entry_set_rdevminor(entry, atol16(heade
714 atol16(const char *p, unsigned char_cnt) function
[all...]

Completed in 53 milliseconds