Home
last modified time | relevance | path

Searched full:differs (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/freebsd/contrib/mtree/
H A Dspecspec.c130 int differs; in compare_nodes() local
136 differs = 0; in compare_nodes()
138 differs = n2->flags; in compare_nodes()
139 mismatch(n1, n2, differs, path); in compare_nodes()
143 differs = n1->flags; in compare_nodes()
144 mismatch(n1, n2, differs, path); in compare_nodes()
148 differs = F_TYPE; in compare_nodes()
149 mismatch(n1, n2, differs, path); in compare_nodes()
153 differs |= F_CKSUM; in compare_nodes()
155 differs |= F_GID; in compare_nodes()
[all …]
/freebsd/lib/libc/posix1e/
H A Dacl_strip.c160 int differs; in acl_is_trivial_np() local
194 differs = _acl_differs(aclp, tmpacl); in acl_is_trivial_np()
197 if (differs == 0) { in acl_is_trivial_np()
209 differs = _acl_differs(aclp, tmpacl); in acl_is_trivial_np()
212 if (differs) in acl_is_trivial_np()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td37 // The immediate value encoding differs for each instruction, so each subclass
52 // The immediate value encoding differs for each instruction, so each subclass
78 // The immediate value encoding differs for each instruction, so each subclass
93 // The immediate value encoding differs for each instruction, so each subclass
160 // The immediate value encoding differs for each instruction, so each subclass
175 // The immediate value encoding differs for each instruction, so each subclass
191 // The immediate value encoding differs for each instruction, so each subclass
206 // The immediate value encoding differs for each instruction, so each subclass
/freebsd/contrib/expat/tests/
H A Dxmltest.sh13 # output differs are prefixed with "Output differs:", and a diff file
93 echo "Output differs: $reldir$file"
H A Dxmltest.log.expected1 Output differs: ibm/valid/P02/ibm02v01.xml
/freebsd/crypto/openssh/regress/
H A Dkeygen-convert.sh40 fail "$t imported differs from original"
51 fail "$t exported pubkey differs from generated"
/freebsd/contrib/bmake/unit-tests/
H A Dopt-keep-going-indirect.mk17 # between the various error messages differs between the modes, for no
36 # The output in case of a failure needlessly differs between compat and
/freebsd/contrib/mandoc/
H A Dmandocd.8142 that differs from
146 that differs from
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_perms.3174 (This differs from
194 (In particular, this differs from
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h23 // PRSTATUS structure's size differs based on architecture.
91 // PRPSINFO structure's size differs based on architecture.
/freebsd/contrib/elftoolchain/libelf/
H A Delf_begin.3263 differs from the one the ELF descriptor
269 differs from the value specified when ELF descriptor
/freebsd/bin/sh/tests/builtins/
H A Dexit3.02 # exit without arguments differs from exit $? in an EXIT trap.
/freebsd/crypto/openssl/demos/cipher/
H A Dariacbc.c100 printf("Final ciphertext differs from expected ciphertext\n"); in aria_cbc_encrypt()
156 printf("Final plaintext differs from original plaintext\n"); in aria_cbc_decrypt()
H A Daeskeywrap.c101 printf("Final ciphertext differs from expected ciphertext\n"); in aes_wrap_encrypt()
158 printf("Final plaintext differs from original plaintext\n"); in aes_wrap_decrypt()
/freebsd/bin/sh/tests/parser/
H A Dheredoc8.013 # This is possibly useful but differs from other shells.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-sdram-controller.txt4 differs from one SoC variant to another, but they also share a number
/freebsd/usr.bin/units/
H A DREADME7 This program differs from the unix units program in the following
/freebsd/contrib/dialog/samples/
H A Dmsgbox63 # this differs from msgbox3 by making a window small enough to force scrolling.
H A Dmsgbox53 # this differs from msgbox3 by making a window small enough to force scrolling.
H A Dmsgbox6a3 # this differs from msgbox3 by making a window small enough to force scrolling.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td42 "%0 differs in PCH file vs. current file">;
106 "definition of macro '%0' differs between the precompiled header ('%1') "
/freebsd/lib/libc/tests/net/getaddrinfo/
H A DMakefile9 .error This testcase needs to be ported to FreeBSD (the output from getaddrinfo_test differs from N…
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsa8155p.dtsi6 * Most notably, the RPMhPD setup differs: MMCX and LCX/LMX rails are gone,
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dltc2941.txt18 into the chip only if it differs from the current setting. The setting is
/freebsd/contrib/ntp/libntp/
H A Dntp_libopts.c39 * version-proc = ntpOptionPrintVersion; in copyright.def. It differs

12345678910>>...22