Home
last modified time | relevance | path

Searched full:compares (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/freebsd/crypto/openssl/doc/man3/
H A DX509_cmp.pod27 The X509_cmp() function compares two B<X509> objects indicated by parameters
31 The X509_NAME_cmp() function compares two B<X509_NAME> objects indicated by
41 The X509_issuer_and_serial_cmp() function compares the serial number and issuer
49 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the
50 X509_CRL_cmp() function, this function compares the whole CRL content instead
H A DX509_cmp_time.pod22 X509_cmp_time() compares the ASN1_TIME in I<asn1_time> with the time
25 X509_cmp_current_time() compares the ASN1_TIME in
28 X509_cmp_timeframe() compares the given time period with the reference time
H A DBN_cmp.pod25 BN_cmp() compares the numbers I<a> and I<b>. BN_ucmp() compares their
H A DOCSP_cert_to_id.pod43 OCSP_id_cmp() compares B<OCSP_CERTID> B<a> and B<b>.
45 OCSP_id_issuer_cmp() compares only the issuer name of B<OCSP_CERTID> B<a> and B<b>.
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509_cmp.386 The \fBX509_cmp()\fR function compares two \fBX509\fR objects indicated by parameters
90 The \fBX509_NAME_cmp()\fR function compares two \fBX509_NAME\fR objects indicated by
100 The \fBX509_issuer_and_serial_cmp()\fR function compares the serial number and issuer
109 The \fBX509_CRL_match()\fR function compares two \fBX509_CRL\fR objects. Unlike the
110 \&\fBX509_CRL_cmp()\fR function, this function compares the whole CRL content instead
H A DX509_cmp_time.381 \&\fBX509_cmp_time()\fR compares the ASN1_TIME in \fIasn1_time\fR with the time
84 \&\fBX509_cmp_current_time()\fR compares the ASN1_TIME in
87 \&\fBX509_cmp_timeframe()\fR compares the given time period with the reference time
H A DBN_cmp.384 \&\fBBN_cmp()\fR compares the numbers \fIa\fR and \fIb\fR. \fBBN_ucmp()\fR compares their
H A DOCSP_cert_to_id.3101 \&\fBOCSP_id_cmp()\fR compares \fBOCSP_CERTID\fR \fBa\fR and \fBb\fR.
103 \&\fBOCSP_id_issuer_cmp()\fR compares only the issuer name of \fBOCSP_CERTID\fR \fBa\fR and \fBb\fR.
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h102 // Compares two C strings. Returns true if and only if they have the same
116 // Compares two wide C strings. Returns true if and only if they have the
124 // Compares two C strings, ignoring case. Returns true if and only if
132 // Compares two wide C strings, ignoring case. Returns true if and only if
139 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
141 // which compares according to LC_CTYPE category of the current locale.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMisExpect.h28 /// checkBackendInstrumentation - compares PGO counters to the thresholds used
40 /// checkFrontendInstrumentation - compares PGO counters to the thresholds used
54 /// veryifyMisExpect - compares RealWeights to the thresholds used
64 /// checkExpectAnnotations - compares PGO counters to the thresholds used
H A DFunctionComparator.h89 /// FunctionComparator - Compares two functions to determine whether or not
109 /// Compares the signature and other general attributes of the two functions. in beginCompare()
154 /// It ignores types on this stage and only compares bits from L and R.
219 /// Compares two global values by number. Uses the GlobalNumbersState to
275 /// cmpType - compares two types,
/freebsd/crypto/heimdal/lib/krb5/
H A Dcreds.c192 * - KRB5_TC_MATCH_TIMES_EXACT Compares the ticket times exactly.
193 * - KRB5_TC_MATCH_TIMES Compares only the expiration times of the creds.
194 * - KRB5_TC_MATCH_AUTHDATA Compares the authdata fields.
195 * - KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication).
196 * - KRB5_TC_MATCH_IS_SKEY Compares the existance of the second ticket.
/freebsd/lib/libc/string/
H A Dtimingsafe_bcmp.355 compares equal to or not equal to (respectively)
64 compares less than, equal to, or greater than (respectively)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dxmmintrin.h315 /// Compares two 32-bit float values in the low-order bits of both
340 /// Compares two 128-bit vectors of [4 x float] and returns the lesser
361 /// Compares two 32-bit float values in the low-order bits of both
386 /// Compares two 128-bit vectors of [4 x float] and returns the greater
484 /// Compares two 32-bit float values in the low-order bits of both
509 /// Compares each of the corresponding 32-bit float values of the
530 /// Compares two 32-bit float values in the low-order bits of both
556 /// Compares each of the corresponding 32-bit float values of the
578 /// Compares two 32-bit float values in the low-order bits of both
604 /// Compares each of the corresponding 32-bit float values of the
[all …]
H A Demmintrin.h257 /// Compares lower 64-bit double-precision values of both operands, and
303 /// Compares lower 64-bit double-precision values of both operands, and
420 /// Compares each of the corresponding double-precision values of the
440 /// Compares each of the corresponding double-precision values of the
461 /// Compares each of the corresponding double-precision values of the
482 /// Compares each of the corresponding double-precision values of the
503 /// Compares each of the corresponding double-precision values of the
524 /// Compares each of the corresponding double-precision values of the
546 /// Compares each of the corresponding double-precision values of the
569 /// Compares each of the corresponding double-precision values of the
[all …]
/freebsd/share/man/man9/
H A Dratecheck.950 function compares the current time to the value pointed to by
61 function first compares the current time
/freebsd/usr.bin/clang/llvm-diff/
H A Dllvm-diff.138 \fBllvm\-diff\fP compares the structure of two LLVM modules, primarily
51 \fBllvm\-diff\fP compares two functions by comparing their basic blocks,
/freebsd/share/doc/smm/03.fsck/
H A D3.t157 compares this count to the
167 compares this count to the number
243 compares each block number claimed by an inode
295 and compares that block count against
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1034 /// Compares this APInt with RHS for the validity of the equality
1045 /// Compares this APInt with a uint64_t for the validity of the equality
1055 /// Compares this APInt with RHS for the validity of the equality
1063 /// Compares this APInt with RHS for the validity of the inequality
1071 /// Compares this APInt with a uint64_t for the validity of the inequality
1079 /// Compares this APInt with RHS for the validity of the inequality
1087 /// Regards both *this and RHS as unsigned quantities and compares them for
1095 /// Regards both *this as an unsigned quantity and compares it with RHS for
1106 /// Regards both *this and RHS as signed quantities and compares them for
1114 /// Regards both *this as a signed quantity and compares it with RHS for
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dget_diff.c36 * This utility compares two files, an original and its redacted counterpart
37 * (in that order). It compares the files 512 bytes at a time, printing out
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5.3244 KRB5_TC_MATCH_TIMES_EXACT Compares the ticket times exactly.
246 KRB5_TC_MATCH_TIMES Compares only the expiration times of the creds.
248 KRB5_TC_MATCH_AUTHDATA Compares the authdata fields.
250 KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication).
252 KRB5_TC_MATCH_IS_SKEY Compares the existance of the second ticket.
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.h139 * Compares two shared secret cache keys.
159 * Compares two nonce cache keys.
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.1432 This compares ctime entries.
437 except it compares mtime entries instead of ctime entries.
441 This compares ctime entries.
446 except it compares mtime entries instead of ctime entries.
564 This compares ctime entries.
569 except it compares mtime entries instead of ctime entries.
573 This compares ctime entries.
578 except it compares mtime entries instead of ctime entries.
/freebsd/contrib/atf/atf-sh/
H A Datf-check.1102 compares stdout with given file
104 compares stdout with inline value
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h193 Compares the contents of two buffers.
195 This function compares Length bytes of SourceBuffer to Length bytes of DestinationBuffer.
388 Compares two GUIDs.
390 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.

12345678910>>...22