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

/freebsd-current/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-current/lib/libc/posix1e/
H A Dacl_strip.c160 int differs; local
194 differs = _acl_differs(aclp, tmpacl);
197 if (differs == 0) {
209 differs = _acl_differs(aclp, tmpacl);
212 if (differs)
/freebsd-current/lib/libc/tests/net/getaddrinfo/
H A DMakefile10 .error This testcase needs to be ported to FreeBSD (the output from getaddrinfo_test differs from NetBSD)
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.mk42 # expanded command as well whenever it differs from the unexpanded command.
H A Dopt-jobs-no-action.mk6 # The format of the output differs from the output of only the -n option,
H A Dopt-debug-file.mk33 # escaping scheme unnecessarily differs from all other modifiers.
H A Dcond-token-string.mk58 # This differs from many other places where whitespace is trimmed.
H A Dposix1.mk140 # object's name differs from the member's because there was a bug which
H A Ddep-var.mk51 # "1-2-NDIRECT_2-2-1", which differs from the actual name of the target.
H A Dvarmod-mtime.mk19 # time, without an error or warning message. The returned timestamp differs
H A Dvarmod-gmtime.mk79 # 0 means now; this differs from GNode.mtime, where a 0 means nonexistent.
H A Dvarmod-assign.mk111 # This differs subtly from normal assignments such as '+=' or '=', which copy
H A Dvarmod-match.mk240 # This differs from the :S, :C and several other modifiers.
/freebsd-current/contrib/bmake/mk/
H A Dauto.dep.mk24 # This version differs from autodep.mk, in that

Completed in 367 milliseconds