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

/freebsd-9.3-release/contrib/mtree/
H A Dspecspec.c128 compare_nodes(NODE *n1, NODE *n2, char const *path) function
237 i += compare_nodes(c1, c2, path);
242 i += compare_nodes(c1, c2, path);
244 i = compare_nodes(c1, c2, path);
249 i += compare_nodes(c1, c2, path);
251 i = compare_nodes(c1, c2, path);
269 rval += compare_nodes(root1, root2, "");
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspecspec.c115 compare_nodes(NODE *n1, NODE *n2, char const *path) function
220 i += compare_nodes(c1, c2, path);
225 i += compare_nodes(c1, c2, path);
227 i = compare_nodes(c1, c2, path);
232 i += compare_nodes(c1, c2, path);
234 i = compare_nodes(c1, c2, path);
252 rval += compare_nodes(root1, root2, "");

Completed in 70 milliseconds