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

/freebsd-13-stable/contrib/mtree/
H A Dspecspec.c130 int differs; local
136 differs = 0;
138 differs = n2->flags;
139 mismatch(n1, n2, differs, path);
143 differs = n1->flags;
144 mismatch(n1, n2, differs, path);
148 differs = F_TYPE;
149 mismatch(n1, n2, differs, path);
153 differs |= F_CKSUM;
155 differs |
[all...]
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspecspec.c117 int differs; local
123 differs = 0;
125 differs = n2->flags;
126 mismatch(n1, n2, differs, path);
130 differs = n1->flags;
131 mismatch(n1, n2, differs, path);
135 differs = F_TYPE;
136 mismatch(n1, n2, differs, path);
140 differs |= F_CKSUM;
142 differs |
[all...]
/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_strip.c163 int differs; local
197 differs = _acl_differs(aclp, tmpacl);
200 if (differs == 0) {
212 differs = _acl_differs(aclp, tmpacl);
215 if (differs)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match.mk48 # This differs from the :S, :C and several other variable modifiers.
H A Dopt-jobs-no-action.mk6 # The format of the output differs from the output of only the -n option,
H A Ddep-var.mk49 # "1-2-NDIRECT_2-2-1", which differs from the actual name of the target.
H A Dposix1.mk140 # object's name differs from the member's because there was a bug which
H A Dvarmod-assign.mk95 # This differs subtly from normal assignments such as '+=' or '=', which copy
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.dep.mk23 # This version differs from autodep.mk, in that

Completed in 94 milliseconds