Home
last modified time | relevance | path

Searched refs:canonical (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c72 struct archive_entry *canonical; member
206 archive_entry_pathname_w(le->canonical)); in archive_entry_linkify()
209 archive_entry_pathname(le->canonical)); in archive_entry_linkify()
219 archive_entry_pathname_w(le->canonical)); in archive_entry_linkify()
222 archive_entry_pathname(le->canonical)); in archive_entry_linkify()
244 archive_entry_pathname_w(le->canonical)); in archive_entry_linkify()
247 archive_entry_pathname(le->canonical)); in archive_entry_linkify()
285 archive_entry_free(res->spare->canonical); in find_entry()
299 && dev == archive_entry_dev(le->canonical) in find_entry()
300 && ino == archive_entry_ino64(le->canonical)) { in find_entry()
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt16 Encoding = canonical
20 Encoding = canonical
24 Encoding = canonical
28 Encoding = canonical
32 Encoding = canonical
65 Encoding = canonical
85 Encoding = canonical
142 Encoding = canonical
158 Encoding = canonical
163 Encoding = canonical
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td14 /// A type node that is never used to represent a canonical type, which is to
19 /// works with canonical types can ignore these type nodes.
21 /// Note that this simple story about non-canonical types is not the whole
31 /// A type node that only represents a canonical type in some dependent cases.
33 /// considered to be a non-canonical representation for the RecordType
36 /// and so remains canonical. Code which only works with non-dependent
37 /// canonical types can ignore these nodes.
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize57 Internal canonical NaN format.
101 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
119 Returns the result of converting the canonical NaN `a' to the single-
195 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
213 Returns the result of converting the canonical NaN `a' to the double-
300 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
318 Returns the result of converting the canonical NaN `a' to the extended
405 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
422 Returns the result of converting the canonical NaN `a' to the quadruple-
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize98 Internal canonical NaN format.
149 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
167 Returns the result of converting the canonical NaN `a' to the single-
251 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
269 Returns the result of converting the canonical NaN `a' to the double-
356 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
374 Returns the result of converting the canonical NaN `a' to the extended
461 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
478 Returns the result of converting the canonical NaN `a' to the quadruple-
/freebsd/usr.sbin/bootparamd/bootparamd/
H A DREADME29 /etc/bootparams file and long (canonical) names in the hosts database.
31 is done by comparing the canonical name of the booting machine with the
32 canonical name of the hosts found in the bootparams database.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod64 This is the OID itself for C<rsaEncryption>, in canonical decimal text form.
73 or canonical name, on a per algorithm implementation basis.
116 OIDs that are registered, or the OID itself in canonical decimal text form
121 canonical decimal text form. That should cover all scenarios.
H A DX509_cmp.pod29 values of two B<X509> objects and the canonical (DER) encoding values.
33 canonical (DER) encoding values of the two objects using L<i2d_X509_NAME(3)>.
H A DOSSL_STORE_INFO.pod153 The returned URI is considered canonical and must be unique and permanent
155 Each loader is responsible for ensuring that it only returns canonical
159 canonical doesn't mean that other variants can't be used.
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h63 virtual InputSection *canonical() { return this; } in canonical() function
64 virtual const InputSection *canonical() const { return this; } in canonical() function
121 ConcatInputSection *canonical() override { in canonical() function
124 const InputSection *canonical() const override { in canonical() function
H A DSymbols.cpp121 return originalIsec ? originalIsec->canonical() : nullptr; in isec()
126 return originalUnwindEntry ? originalUnwindEntry->canonical() : nullptr; in unwindEntry()
H A DSectionPriorities.cpp96 const auto fromSec = c.first.first->canonical(); in CallGraphSort()
97 const auto toSec = c.first.second->canonical(); in CallGraphSort()
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m49 dnl Sets the HOST_CPU variable to the canonical name of the CPU.
10 dnl Sets the HOST_CPU_C_ABI variable to the canonical name of the CPU with its
15 dnl This canonical name can be used to select a particular assembly language
19 dnl * 'i386' and 'sparc' are different canonical names, because code for i386
22 dnl * 'sparc' and 'sparc64' are different canonical names, because code for
27 dnl * 'mips' and 'mipsn32' are different canonical names, because they use
31 dnl * 'mipsn32' and 'mips64' are different canonical names, because they use
34 dnl * The same canonical name is used for different endiannesses. You can
/freebsd/tests/sys/kern/tty/
H A Dtest_ncanon.orch35 -- while the tty was still in canonical mode.
/freebsd/sys/contrib/openzfs/
H A D.mailmap1 # This file maps the name+email seen in a commit back to a canonical
2 # name+email. Git will replace the commit name/email with the canonical version
17 # Canonical Name <canonical-email>
18 # Canonical Name <canonical-email> <commit-email>
19 # Canonical Name <canonical-email> Commit Name <commit-email>
128 Dmitri John Ledkov <dimitri.ledkov@canonical.com> <19779+xnox@users.noreply.github.com>
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md6 The canonical life-cycles are in the spreadsheet.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Disil,isl12026.txt5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.
/freebsd/sys/dev/ow/
H A DREADME.txt8 iButton product. This is considered to be the canonical definition of
/freebsd/contrib/libcbor/doc/source/
H A Drfc_conformance.rst
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-FFC.pod76 of I<p>, I<q> and canonical I<g>.
81 Sets the index to use for canonical generation and verification of the generator
205 =item A.2.3 Generation of canonical generator g.
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf66 # host/domain names ending with a token in class P are canonical
76 # a class with just dot (for identifying canonical names)
662 R$+ < @ $+ > $@ $>Canonify2 $1 < @ $2 > already canonical
710 # hostnames ending in class P are always canonical
715 # pass to name server to make hostname canonical
719 # local host aliases and pseudo-domains are always canonical
733 # strip trailing dot off possibly canonical name
741 R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 <route-addr> canonical
977 R$* $: $>Parse0 $>canonify $1 make domain canonical
1194 # pass to name server to make hostname canonical
/freebsd/share/i18n/csmapper/APPLE/
H A DGURMUKHI%UCS.src179 # by simple recursive substitution of the canonical decompositions
183 # Since the canonical decomposition of 0x0A36 is 0x0A38+0x0A3C,
238 # LETTER RRA, now that the canonical decomposition of 0x0A5C to
242 # 0xF860+0x0A38+0x0A3C, now that a canonical decomposition of 0x0A36
H A DUCS%GURMUKHI.src179 # by simple recursive substitution of the canonical decompositions
183 # Since the canonical decomposition of 0x0A36 is 0x0A38+0x0A3C,
238 # LETTER RRA, now that the canonical decomposition of 0x0A5C to
242 # 0xF860+0x0A38+0x0A3C, now that a canonical decomposition of 0x0A36
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4013.txt130 - Inappropriate for canonical representation characters
166 designed such that its output is canonical, and it is well-formed.
176 normalization, canonical equivalence is not guaranteed for a select
198 elimination generally makes the (canonical) output forms practicable
/freebsd/contrib/libfido2/
H A DNEWS54 ** bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480.
155 ** Use CTAP2 canonical CBOR when combining hmac-secret and credProtect.

1234567