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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c382 static uint64_t atol10(const char *, size_t);
942 atol10(const char *p, size_t char_cnt) function
1037 data = atol10(p, 4);
1044 data = atol10(p, 2);
1051 data = atol10(p, 2);
1058 data = atol10(p, 2);
1065 data = atol10(p, 2);
1072 data = atol10(p, 2);
1694 file->id = atol10(attr->value, strlen(attr->value));
1734 xattr->id = atol10(att
[all...]

Completed in 188 milliseconds