Searched refs:atol8 (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c193 static int64_t atol8(const char *, unsigned);
800 (dev_t)atol8(header + odc_dev_offset, odc_dev_size));
801 archive_entry_set_ino(entry, atol8(header + odc_ino_offset, odc_ino_size));
803 (mode_t)atol8(header + odc_mode_offset, odc_mode_size));
804 archive_entry_set_uid(entry, atol8(header + odc_uid_offset, odc_uid_size));
805 archive_entry_set_gid(entry, atol8(header + odc_gid_offset, odc_gid_size));
807 (unsigned int)atol8(header + odc_nlink_offset, odc_nlink_size));
809 (dev_t)atol8(header + odc_rdev_offset, odc_rdev_size));
810 archive_entry_set_mtime(entry, atol8(header + odc_mtime_offset, odc_mtime_size), 0);
811 *namelength = (size_t)atol8(heade
1004 atol8(const char *p, unsigned char_cnt) function
[all...]
H A Darchive_read_support_format_xar.c387 static int64_t atol8(const char *, size_t);
1081 atol8(const char *p, size_t char_cnt) function
2762 ((mode_t)(atol8(s, len)) & ~AE_IFMT);
H A Darchive_write_add_filter_b64encode.c64 static int64_t atol8(const char *, size_t);
126 state->mode = (int)atol8(value, strlen(value)) & 0777;
287 atol8(const char *p, size_t char_cnt) function
H A Darchive_write_add_filter_uuencode.c64 static int64_t atol8(const char *, size_t);
115 state->mode = (int)atol8(value, strlen(value)) & 0777;
278 atol8(const char *p, size_t char_cnt) function

Completed in 168 milliseconds