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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c757 char *comma1, *comma2; local
759 comma1 = strchr(val, ',');
760 if (comma1 == NULL) {
764 ++comma1;
765 comma2 = strchr(comma1, ',');
772 archive_entry_set_rdevmajor(entry, mtree_atol(&comma1));

Completed in 51 milliseconds