/openbsd-src/sbin/unwind/libunbound/sldns/ |
H A D | keyraw.h | 71 * Converts a holding buffer with DSA key material to EVP PKEY in openssl. 79 * Converts a holding buffer with key material to EVP PKEY in openssl. 88 * Converts a holding buffer with key material to EVP PKEY in openssl. 108 * Converts a holding buffer with RSA key material to EVP PKEY in openssl. 116 * Converts a holding buffer with key material to EVP PKEY in openssl. 125 * Converts a holding buffer with key material to EVP PKEY in openssl.
|
/openbsd-src/usr.sbin/unbound/sldns/ |
H A D | keyraw.h | 71 * Converts a holding buffer with DSA key material to EVP PKEY in openssl. 79 * Converts a holding buffer with key material to EVP PKEY in openssl. 88 * Converts a holding buffer with key material to EVP PKEY in openssl. 108 * Converts a holding buffer with RSA key material to EVP PKEY in openssl. 116 * Converts a holding buffer with key material to EVP PKEY in openssl. 125 * Converts a holding buffer with key material to EVP PKEY in openssl.
|
/openbsd-src/lib/libc/time/ |
H A D | ctime.3 | 52 function converts a 75 function converts the calendar time pointed to by 114 converts to Coordinated Universal Time. 135 converts a time value contained in a 148 converts the broken-down time, 204 converts the broken-down time, as returned by
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | f16cintrin.h | 28 /// Converts a 16-bit half-precision float value into a 32-bit float 46 /// Converts a 32-bit single-precision float value to a 16-bit 72 /// Converts a 128-bit vector containing 32-bit float values into a 98 /// Converts a 128-bit vector containing 16-bit half-precision float 115 /// Converts a 256-bit vector of [8 x float] into a 128-bit vector 141 /// Converts a 128-bit vector containing 16-bit half-precision float
|
/openbsd-src/share/man/man9/ |
H A D | ieee80211.9 | 132 utility function converts the frequency 147 function converts the channel specified in 160 utility function converts the IEEE channel number 231 function converts the bit rate 249 function converts the bit rate
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | OperationKinds.def | 273 /// Converts a floating point complex to floating point real 279 /// Converts a floating point complex to bool by comparing 283 /// Converts between different floating point complex types. 287 /// Converts from a floating complex to an integral complex. 291 /// Converts from an integral real to an integral complex 297 /// Converts an integral complex to an integral real of the 302 /// Converts an integral complex to bool by comparing against 306 /// Converts between different integral complex types. 311 /// Converts from an integral complex to a floating complex. 337 /// Converts from _Atomic(T) to T. [all …]
|
/openbsd-src/lib/libcrypto/man/ |
H A D | ASN1_TIME_set.3 | 368 converts an 404 converts the time 496 converts the 535 converts a time_t value in 542 converts a time structure in UTC time in 548 converts an 557 converts a time value between the years 0 and 9999 in
|
H A D | BN_bn2bin.3 | 148 converts the absolute value of 158 also converts the absolute value of 173 converts the positive integer in big-endian form of length 286 converts the
|
H A D | s2i_ASN1_INTEGER.3 | 97 converts the NUL-terminated decimal or hexadecimal string representation of 123 converts the octets in 129 converts the NUL-terminated string
|
H A D | X509_PURPOSE_set.3 | 116 converts the purpose 194 converts the purpose 204 converts a pointer to a purpose
|
H A D | X509_TRUST_set.3 |
|
/openbsd-src/lib/libskey/ |
H A D | skey.3 | 108 function converts the 16-byte hex string 126 function converts the 8-byte binary array 150 function converts the 6 English words in 167 function converts a single hex digit 191 function converts the 8 bytes stored in
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 57 Each routine converts the text between *sourceStart and sourceEnd, 224 * Converts a UTF-8 StringRef to a std::wstring. 230 * Converts a UTF-8 C-string to a std::wstring. 236 * Converts a std::wstring to a UTF-8 encoded std::string. 288 * Converts a stream of raw bytes assumed to be UTF16 into a UTF8 std::string. 297 * Converts a UTF16 string into a UTF8 std::string. 306 * Converts a stream of raw bytes assumed to be UTF32 into a UTF8 std::string. 315 * Converts a UTF32 string into a UTF8 std::string. 324 * Converts a UTF-8 string into a UTF-16 string with native endianness.
|
/openbsd-src/lib/libcrypto/asn1/ |
H A D | posix_time.h | 29 * OPENSSL_posix_to_tm converts a int64_t POSIX time value in |time|, which must 36 * OPENSSL_tm_to_posix converts a time value between the years 0 and 9999 in 43 * OPENSSL_timegm converts a time value between the years 0 and 9999 in |tm| to
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | utf8.pm | 112 Converts in-place the internal representation of the string from an octet 136 my $z = uc($x); # converts to "SS" 144 Converts in-place the internal representation of the string from UTF-8 to the 172 Converts in-place the character sequence to the corresponding octet 210 utf8::decode($y); # Converts $y to \xc3\xab, returns TRUE; 211 utf8::decode($y); # Further converts to \xeb, returns TRUE; 224 platforms it converts from EBCDIC to Unicode.
|
/openbsd-src/lib/libc/stdlib/ |
H A D | strtod.3 | 55 function converts the initial portion of the string pointed to by 62 function converts the initial portion of the string pointed to by 69 function converts the initial portion of the string pointed to by
|
H A D | strtoul.3 | 61 function converts the string in 68 function converts the string in 75 function converts the string in
|
H A D | strtol.3 | 61 function converts the string in 68 function converts the string in 75 function converts the string in
|
/openbsd-src/gnu/llvm/llvm/utils/gn/build/ |
H A D | symbol_exports.py | 3 """Converts a .exports file to a format consumable by linkers. 6 This script converts a .exports file into a format that linkers
|
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-encoding/ |
H A D | encoding.pm | 39 On input, it converts the bytes expected to be in the specified 41 Perl's internal Unicode encoding, UTF-8). On output, it converts
|
/openbsd-src/lib/libc/net/ |
H A D | ether_aton.3 | 42 function converts this structure into an 51 function converts an
|
/openbsd-src/share/man/man4/ |
H A D | azalia.4 | 124 converts channels 0 and 1 (stereo). 141 converts channels 0 and 1 (stereo). 148 converts channels 0 and 1 (stereo). 155 converts channels 0 and 1 (stereo).
|
/openbsd-src/gnu/llvm/libcxx/utils/ |
H A D | graph_header_deps.py | 14 """Converts a header dependency CSV file to Graphviz dot file. 21 description="""Converts a libc++ dependency CSV file to a Graphviz dot file.
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | utfebcdic.h | 55 * UTF-EBCDIC. Step 1) converts it to 65, Step 2 leaves it at 65, and Step 3 56 * converts it back to 193. As an example of how a variant character works, 58 * EBCDIC. Step 1 converts it to the Unicode value, 0xFF. Step 2 converts 59 * that to two bytes = 11000111 10111111 = C7 BF, and Step 3 converts those to
|
/openbsd-src/lib/libc/locale/ |
H A D | wctomb.3 | 33 .Nd converts a wide character to a multibyte character 41 function converts the wide character
|