| /freebsd-9-stable/contrib/groff/font/devutf8/ |
| D | NOTES | 23 devps maps \[a~] and `~' to `asciitilde', which is equivalent to 0x02DC, but 26 devps maps \[a^] and `^' to `circumflex', which is equivalent to 0x02C6, but 29 devps maps \[*U] to `Upsilon1', which is equivalent to 0x03D2. We map it to 32 devps maps \[*W] to `Omega', which is equivalent to either 0x2126 or 0x03A9. 35 devps maps \[*D] to `Delta', which is equivalent to either 0x2206 or 0x0394.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | FileMatchTrie.cpp | 27 virtual bool equivalent(StringRef FileA, StringRef FileB) const { in equivalent() function 28 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent() 102 if (Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent() 121 if (Comparator.equivalent(AllChildren[i], FileName)) { in findEquivalent()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | system_error.cpp | 35 error_category::equivalent(int code, const error_condition& condition) const { in equivalent() function in llvm::error_category 40 error_category::equivalent(const error_code& code, int condition) const { in equivalent() function in llvm::error_category
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BIO_read.pod | 46 (such as select(), poll() or equivalent) to determine when data is available 47 and then call read() to read the data. The equivalent with BIOs (that is call 51 I/O structure and may block as a result. Instead select() (or equivalent)
|
| D | d2i_X509_ALGOR.pod | 17 equivalent to the B<AlgorithmIdentifier> structure.
|
| D | d2i_X509_SIG.pod | 17 equivalent to the B<DigestInfo> structure defined in PKCS#1 and PKCS#7.
|
| D | DSA_new.pod | 17 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
|
| D | RSA_new.pod | 17 RSA_new() allocates and initializes an B<RSA> structure. It is equivalent to
|
| D | PKCS7_decrypt.pod | 22 OpenSSL_add_all_algorithms() (or equivalent) should be called before using this
|
| /freebsd-9-stable/contrib/libc++/src/ |
| D | system_error.cpp | 35 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() function in error_category 41 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() function in error_category
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MSA.txt | 7 (semantically equivalent) instructions to be used in place of the requested 53 copy_u.w. This is semantically equivalent since the general-purpose 57 These two operations are equivalent to each other with the operands
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | FileSystem.h | 167 friend bool equivalent(file_status A, file_status B); 422 bool equivalent(file_status A, file_status B); 434 error_code equivalent(const Twine &A, const Twine &B, bool &result); 438 inline bool equivalent(const Twine &A, const Twine &B) { in equivalent() function 440 return !equivalent(A, B, result) && result; in equivalent()
|
| D | system_error.h | 640 virtual bool equivalent(int _code, const error_condition& _condition) const; 641 virtual bool equivalent(const error_code& _code, int _condition) const; 796 return _x.category().equivalent(_x.value(), _y) 797 || _y.category().equivalent(_x, _y.value());
|
| /freebsd-9-stable/contrib/libarchive/tar/ |
| D | cmdline.c | 64 int equivalent; /* Equivalent short option. */ member 381 return (match->equivalent); in bsdtar_getopt()
|
| /freebsd-9-stable/contrib/libarchive/cpio/ |
| D | cmdline.c | 62 int equivalent; /* Equivalent short option. */ member 264 return (match->equivalent); in cpio_getopt()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZPatterns.td | 70 // Record that it is equivalent to using OPERATOR to store a GR64. 77 // 32 bits of a GPR to memory. Record that they are equivalent to using 86 // Record that it is equivalent to using OPERATOR to store a GR64. 98 // condition is false. Record that they are equivalent to a LOAD/select/STORE
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | NEWS | 53 equivalent to [abcd]; it might be equivalent to [aBbCcDd], for 67 New option -m; equivalent to --max-count. 86 (equivalent to the -a or --text option). 88 - New option -I; equivalent to --binary-files='without-match'. 92 - egrep is now equivalent to `grep -E' as required by POSIX,
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | system_error | 31 virtual bool equivalent(int code, const error_condition& condition) const noexcept; 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 383 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 384 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT; 567 return __x.category().equivalent(__x.value(), __y) 568 || __y.category().equivalent(__x, __y.value());
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Tooling/ |
| D | FileMatchTrie.h | 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
|
| /freebsd-9-stable/contrib/ofed/management/opensm/doc/ |
| D | QoS_management_in_OpenSM.txt | 157 Essentially, the above example is equivalent to not having QoS policy file 306 It is equivalent to the previous example of the shortest policy file, and it 307 is also equivalent to not having policy file at all. 355 the following three match rules are equivalent: 364 Number to connect to. The following two match rules are equivalent: 374 equivalent: 383 equivalent: 391 equivalent:
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | c-sparc.texi | 77 equivalent to -Av8plus and -Av8plusa, respectively. 152 ie. if assembling with -32 it is equivalent to @code{.word}, if assembling 153 with -64 it is equivalent to @code{.xword}.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | headerdirs.texi | 30 use. For a cross-compiler, this is the equivalent of
|
| /freebsd-9-stable/lib/libc/softfloat/ |
| D | timesoftfloat.txt | 111 in which rounding precision is equivalent to single precision. The other 113 and `-precision80' options fix the rounding precision equivalent to double
|
| /freebsd-9-stable/contrib/groff/contrib/pdfmark/ |
| D | README | 43 users, '-mspdf' is equivalent to '-ms -mpdfmark', with some extra
|
| /freebsd-9-stable/contrib/tzdata/ |
| D | leap-seconds.list | 92 # one second during the leap second and use a time that is equivalent 95 # following table when the time equivalent to 23:59:59 UTC 108 # in the table must occur the second time that a time equivalent to
|