Home
last modified time | relevance | path

Searched full:identical (Results 1 – 25 of 1328) sorted by relevance

12345678910>>...54

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp1 //== IdenticalExprChecker.cpp - Identical expression checker----------------==//
11 /// unintended use of identical expressions.
13 /// It checks for use of identical expressions with comparison operators and
31 // FindIdenticalExprVisitor - Identify nodes using identical expressions.
65 Message = "identical expressions on both sides of bitwise operator"; in reportIdenticalExpr()
67 Message = "identical expressions on both sides of logical operator"; in reportIdenticalExpr()
72 "Use of identical expressions", in reportIdenticalExpr()
110 // Check for identical inner condition: in VisitIfStmt()
120 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
122 "conditions of the inner and outer statements are identical", in VisitIfStmt()
[all …]
/freebsd/usr.bin/sdiff/
H A Dsdiff.141 Only print the left column for identical lines.
64 Silent mode \(en identical lines are not printed.
66 Verbose mode \(en identical lines are printed.
82 Skip identical lines.
127 Skip identical lines.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_add_session.pod29 it is assumed that both sessions are identical. If the same session is
32 identical (the SSL_SESSION object is identical), SSL_CTX_add_session()
53 the same (identical) session twice. In case of the remove operation, the
H A DX509v3_get_ext_by_NID.pod90 otherwise identical to the X509v3 functions.
95 CRL I<x>. They are otherwise identical to the X509v3 functions.
101 They are otherwise identical to the X509v3 functions.
H A DX509_ALGOR_dup.pod37 X509_ALGOR_cmp() compares B<a> and B<b> and returns 0 if they have identical
52 X509_ALGOR_cmp() returns 0 if the two parameters have identical encodings and
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh38 # which mountpoint be the identical or the top of an existing one,
45 # - zfs set mountpoint=<identical path> <filesystem>
79 "which mountpoint be the identical or the top of an existing one " \
113 "which mountpoint be the identical of an existing one " \
132 "which mountpoint be the identical or the top of an existing one " \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh39 # identical to an existing one. It will fail with a return code of 1
49 # - zfs set mountpoint=<identical path> <filesystem>
76 "where the mountpoint is identical or on top of an existing one" \
116 "with a mountpoint that is identical to an existing one" \
146 "with a mountpoint that is identical or on top of an existing one" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_010_pos.ksh36 # ZFS can handle stream with multiple identical (same GUID) snapshots
47 log_assert "ZFS can handle stream with multiple identical (same GUID) snapshots"
77 log_pass "ZFS can handle stream with multiple identical (same GUID) snapshots"
/freebsd/usr.bin/uniq/
H A Duniq.163 The second and succeeding copies of identical adjacent input lines are
158 The following command reports three different lines since identical elements
167 Sort the file and count the number of identical lines:
194 Report the number of identical lines ignoring the first character of every line:
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp9 // ICF is short for Identical Code Folding. This is a size optimization to
14 // In ICF, two sections are considered identical if they have the same
33 // terminates are considered identical. Here are details:
69 // [1] Safe ICF: Pointer Safe and Unwinding aware Identical Code Folding
141 // it breaks the invariance that all possibly-identical sections must be
269 // considered different. This is because even if the sections are identical in constantEq()
344 // The two sections must be identical. in variableEq()
474 // Two text sections may have identical content and relocations but different in run()
480 // If two .gcc_except_table have identical semantics (usually identical in run()
551 print(" removing identical section " + toString(sections[i])); in run()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_add_session.3163 it is assumed that both sessions are identical. If the same session is
166 identical (the \s-1SSL_SESSION\s0 object is identical), \fBSSL_CTX_add_session()\fR
181 the same (identical) session twice. In case of the remove operation, the
/freebsd/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_010_pos.ksh36 # ZFS can handle stream with multiple identical (same GUID) snapshots
56 log_assert "ZFS can handle stream with multiple identical (same GUID) snapshots"
86 log_pass "ZFS can handle stream with multiple identical (same GUID) snapshots"
/freebsd/usr.bin/tcopy/
H A Dtcopy.160 destination tape will be identical to that used on the source tape.
71 and then verify that the two tapes are identical.
80 verify that they are identical.
/freebsd/share/man/man4/
H A Dnetgdb.469 session is identical to any other kernel GDB session from the perspective
99 The sequence number and acknowledgement protocol is otherwise identical to
114 The list of supported network drivers and protocol families is identical to
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h196 If all Length bytes of the two buffers are identical, then 0 is returned. Otherwise, the
209 @return 0 All Length bytes of the two buffers are identical.
390 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
399 @retval TRUE Guid1 and Guid2 are identical.
400 @retval FALSE Guid1 and Guid2 are not identical.
444 identical to a zero GUID then TRUE is returned. Otherwise, FALSE is returned.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMergeFunctions.h1 //===- MergeFunctions.h - Merge Identical Functions -------------*- C++ -*-===//
24 /// Merge identical functions.
/freebsd/lib/libc/string/
H A Dbcmp.350 returning zero if they are identical, non-zero otherwise.
54 Zero-length strings are always identical.
H A Dmemcmp.358 function returns zero if the two objects are identical.
59 Zero-length objects are considered identical.
H A Dstrchr.367 function is identical to
74 function is identical to
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibcacheedit.846 should be separated by a colon. On switches, port guids are identical
61 On switches, port guids are identical to the switch guid, so the switch
/freebsd/lib/libc/stdlib/
H A Dreallocf.347 function is identical to the
60 function returns a pointer, possibly identical to
/freebsd/contrib/libxo/libxo/
H A Dxo_emit_f.335 is identical to the base functions.
102 The return values for these functions is identical to those of their
/freebsd/usr.bin/diff/
H A Ddiff.1184 .Op Fl -report-identical-files
230 No output is produced if the files are identical.
303 Identical output to that of the
345 Corresponding lines are identical.
542 .It Fl s -report-identical-files
691 identical
/freebsd/bin/cp/tests/
H A Dcp_test.sh233 atf_check -e match:"baz and baz are identical" \
235 atf_check -e match:"bar and baz are identical" \
237 atf_check -e match:"foo and baz are identical" \
239 atf_check -e match:"bar and foo are identical" \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_concurrent_readers.ksh39 # 5. Check that the contents read by the two instances are identical.
81 log_pass "Concurrent readers receive identical results"

12345678910>>...54