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

/freebsd-current/contrib/mtree/
H A Dspecspec.c106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) argument
110 shownode(n1, differ, path);
115 shownode(n2, differ, path);
118 if (!(differ & keys))
121 shownode(n1, differ, path);
123 shownode(n2, differ, path);
/freebsd-current/contrib/bmake/unit-tests/
H A Ddotwait.mk21 # then the target names will differ only in an alphabetic component
24 # then the target names will differ in numeric components, such that
H A Ddirective-include.mk11 # the directories can differ.
H A Descape.mk221 # XXX: This may differ from POSIX, but matches gmake.
H A Dvarmod-loop.mk13 # subexpressions differ from everywhere else in makefiles in that the parser
/freebsd-current/sbin/ipfw/tests/
H A Dtest_add_rule.py55 def differ(w_obj, g_obj, w_stack=[], g_stack=[]): function
71 if not differ(w_child, g_child, w_stack, g_stack):
110 if not differ(expected, got):
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c439 differ(void *arg) function
778 if (pthread_create(&tid, NULL, differ, &di)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc57 // GetNativeSystemInfo() provides the physical page size which may differ
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc362 // Now, q cannot be greater than a/b and can differ by at most 8*P * 2^-W + 2^-SB

Completed in 211 milliseconds