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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_cpio.c113 static int64_t atol8(const char *, unsigned);
552 archive_entry_set_dev(entry, atol8(header->c_dev, sizeof(header->c_dev)));
553 archive_entry_set_ino(entry, atol8(header->c_ino, sizeof(header->c_ino)));
554 archive_entry_set_mode(entry, atol8(header->c_mode, sizeof(header->c_mode)));
555 archive_entry_set_uid(entry, atol8(header->c_uid, sizeof(header->c_uid)));
556 archive_entry_set_gid(entry, atol8(header->c_gid, sizeof(header->c_gid)));
557 archive_entry_set_nlink(entry, atol8(header->c_nlink, sizeof(header->c_nlink)));
558 archive_entry_set_rdev(entry, atol8(header->c_rdev, sizeof(header->c_rdev)));
559 archive_entry_set_mtime(entry, atol8(header->c_mtime, sizeof(header->c_mtime)), 0);
560 *namelength = atol8(heade
686 atol8(const char *p, unsigned char_cnt) function
[all...]
H A Darchive_read_support_format_xar.c383 static int64_t atol8(const char *, size_t);
957 atol8(const char *p, size_t char_cnt) function
2615 (atol8(s, len) & ~AE_IFMT);

Completed in 105 milliseconds