Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_match.c63 struct match_file { struct
65 struct match_file *next; argument
75 struct match_file *first; argument
76 struct match_file **last;
1308 struct match_file *f1 = (struct match_file *)(uintptr_t)n1; in cmp_node_mbs()
1309 struct match_file *f2 = (struct match_file *)(uintptr_t)n2; in cmp_node_mbs()
1324 struct match_file *f = (struct match_file *)(uintptr_t)n; in cmp_key_mbs()
1337 struct match_file *f1 = (struct match_file *)(uintptr_t)n1; in cmp_node_wcs()
1338 struct match_file *f2 = (struct match_file *)(uintptr_t)n2; in cmp_node_wcs()
1353 struct match_file *f = (struct match_file *)(uintptr_t)n; in cmp_key_wcs()
[all …]