Home
last modified time | relevance | path

Searched refs:tar_atol (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c223 static int64_t tar_atol(const char *, size_t);
974 size = (size_t)tar_atol(header->size, sizeof(header->size)); in header_Solaris_ACL()
1141 size = tar_atol(header->size, sizeof(header->size)); in read_body_to_string()
1197 (mode_t)tar_atol(header->mode, sizeof(header->mode))); in header_common()
1575 tar_atol(header->rdevmajor, sizeof(header->rdevmajor))); in header_ustar()
2250 t = tar_atol(header->atime, sizeof(header->atime)); in header_gnutar()
2253 t = tar_atol(header->ctime, sizeof(header->ctime)); in header_gnutar()
2259 = tar_atol(header->realsize, sizeof(header->realsize)); in header_gnutar()
2372 tar_atol(sparse->offset, sizeof(sparse->offset)), in gnu_sparse_old_parse()
2373 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) in gnu_sparse_old_parse()
[all …]