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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c122 static int64_t atol8(const char *, unsigned);
561 archive_entry_set_dev(entry, atol8(header->c_dev, sizeof(header->c_dev)));
562 archive_entry_set_ino(entry, atol8(header->c_ino, sizeof(header->c_ino)));
563 archive_entry_set_mode(entry, atol8(header->c_mode, sizeof(header->c_mode)));
564 archive_entry_set_uid(entry, atol8(header->c_uid, sizeof(header->c_uid)));
565 archive_entry_set_gid(entry, atol8(header->c_gid, sizeof(header->c_gid)));
566 archive_entry_set_nlink(entry, atol8(header->c_nlink, sizeof(header->c_nlink)));
567 archive_entry_set_rdev(entry, atol8(header->c_rdev, sizeof(header->c_rdev)));
568 archive_entry_set_mtime(entry, atol8(header->c_mtime, sizeof(header->c_mtime)), 0);
569 *namelength = atol8(heade
695 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 101 milliseconds