Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_mtree.c1304 char *comma1, *comma2; in parse_device() local
1312 comma2 = strchr(comma1, ','); in parse_device()
1313 if (comma2 == NULL) { in parse_device()
1318 ++comma2; in parse_device()
1320 archive_entry_set_rdevminor(entry, (dev_t)mtree_atol(&comma2)); in parse_device()