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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c86 static uint64_t ar_atol10(const char *p, unsigned char_cnt);
268 number = ar_atol10(h + AR_size_offset, AR_size_size);
314 number = ar_atol10(h + AR_name_offset + 1, AR_name_size - 1);
344 number = ar_atol10(h + AR_name_offset + 3, AR_name_size - 3);
419 (time_t)ar_atol10(h + AR_date_offset, AR_date_size), 0L);
421 (uid_t)ar_atol10(h + AR_uid_offset, AR_uid_size));
423 (gid_t)ar_atol10(h + AR_gid_offset, AR_gid_size));
426 n = ar_atol10(h + AR_size_offset, AR_size_size);
562 ar_atol10(const char *p, unsigned char_cnt) function

Completed in 70 milliseconds