/freebsd/usr.bin/hexdump/ |
H A D | hexdump.1 | 33 .Nd ASCII, decimal, hexadecimal, octal dump 64 Display the input offset in hexadecimal, followed by sixteen 69 Display the input offset in hexadecimal, followed by sixteen 74 Display the input offset in hexadecimal, followed by sixteen 75 space-separated, two column, hexadecimal bytes, followed by the 83 Display the input offset in hexadecimal, followed by eight 99 Display the input offset in hexadecimal, followed by eight 114 is interpreted as a hexadecimal number, 143 .Em Two-byte hexadecimal display . 144 Display the input offset in hexadecimal, followed by eight, space [all …]
|
H A D | od.1 | 61 which specify decimal, octal, hexadecimal 96 Output hexadecimal ints. 100 Output hexadecimal shorts. 193 hexadecimal
|
/freebsd/share/man/man9/ |
H A D | hexdump.9 | 34 .Nd "dump a block of bytes to the console in hexadecimal form" 42 function prints an array of bytes to the console in hexadecimal form, along with 47 output will start with an offset count, followed by 16 hexadecimal values, 76 value to use as the separator for the hexadecimal output. 83 Do not print the hexadecimal values on each line.
|
/freebsd/lib/libutil/ |
H A D | hexdump.3 | 34 .Nd "dump a block of bytes to standard out in hexadecimal form" 44 function prints an array of bytes to standard out in hexadecimal form, 47 hexadecimal values, followed by 16 ASCII characters. 71 Character ASCII value to use as the separator for the hexadecimal output. 78 Do not print the hexadecimal values on each line.
|
/freebsd/usr.sbin/spi/ |
H A D | spi.8 | 76 2-character hexadecimal values, optionally separated by white space, 80 flag, the data on stdin remains a sequence of ASCII hexadecimal 96 to pass hexadecimal values to the SPI device, but output the received data 104 that is, 2 character hexadecimal values, optionally separated by white space. 181 2-byte ASCII hexadecimal, with mode 2, and a maximum clock speed of 500khz. 188 as hexadecimal bytes, using the current maximum clock speed and SPI mode. 196 displaying it as two hexadecimal unsigned short integer values.
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.8 | 150 config space in hexadecimal. 175 hexadecimal. 201 prefix is the capability ID in hexadecimal. 203 in config space in hexadecimal. 213 prefix is the extended capability ID in hexadecimal. 215 capability in config space in hexadecimal. 309 and prints out its value in hexadecimal.
|
/freebsd/lib/libmd/ |
H A D | sha512.3 | 160 ASCII string which represents the 512 bits in hexadecimal. 234 ASCII string which represents the 384 bits in hexadecimal. 241 ASCII string which represents the 224 bits in hexadecimal. 249 string which represents the 224 bits in hexadecimal. 256 ASCII string which represents the 256 bits in hexadecimal.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_allocate_from_text.pod | 63 hexadecimal characters. 66 I<value_n> hexadecimal characters without the "0x" prefix. 69 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text() 85 I<value_n> hexadecimal characters, which are decoded, and the 88 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text()
|
H A D | EC_POINT_new.pod | 176 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet 182 and to EC_POINTs for the formats: octet, BIGNUM and hexadecimal respectively. 194 respectively, to the hexadecimal or BIGNUM representation of the same 197 EC_POINT_hex2point() and EC_POINT_point2bn() decode the hexadecimal or 216 hexadecimal string. It is the caller's responsibility to free this memory with
|
/freebsd/libexec/bootpd/ |
H A D | bootptab.5 | 115 Generic data may be represented as either a stream of hexadecimal 145 and may use decimal, octal, or hexadecimal numbers 146 (octal numbers begin with 0, hexadecimal numbers begin with '0x' or '0X'). 161 hexadecimal integer or one of the following symbolic names: 188 be specified in hexadecimal; optional periods and/or a leading '0x' may be 290 may be either a decimal, octal, or hexadecimal integer specifying the size of
|
/freebsd/lib/libc/stdlib/ |
H A D | strtod.3 | 69 a hexadecimal significand consisting of a ``0X'' or ``0x'' followed 70 by a sequence of hexadecimal digits optionally containing a 77 constants) or a ``P'' or ``p'' (for hexadecimal constants), 82 For hexadecimal constants, the scaling is instead done by powers
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 908 Convert a Null-terminated Unicode hexadecimal string to a value of type 912 the Unicode string specified by String as a hexadecimal number. The format of 915 [spaces][zeros][x][hexadecimal digits]. 917 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F]. 921 characters, before [zeros], [x] or [hexadecimal digit]. The running zero 922 before [x] or [hexadecimal digit] will be ignored. Then, the decoding starts 923 after [x] or the first valid hexadecimal digit. Then, the function stops at 924 the first character that is a not a valid hexadecimal character or NULL, 929 If String has no valid hexadecimal digits in the above format, then 0 is 936 hexadecimal digits right after the optional pad spaces, the value of String [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-separator.mk | 160 # The separator can be given as hexadecimal number. 165 # The hexadecimal number must be in the range of an unsigned char. 175 # The number after ':ts\x' must be hexadecimal. 180 # The hexadecimal number must be in the range of 'unsigned long' on all 211 # Trailing characters after the hexadecimal character number are rejected. 236 # After the backslash, only n, t, an octal number, or x and a hexadecimal
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-kdf.pod.in | 45 Output the derived key in binary form. Uses hexadecimal text format if not specified. 84 the secret key is specified in hexadecimal form (two hex digits per byte). 95 the password is specified in hexadecimal form (two hex digits per byte). 108 the salt is specified in hexadecimal form (two hex digits per byte). 122 the info is specified in hexadecimal form (two hex digits per byte).
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_PARAM_allocate_from_text.3 | 194 hexadecimal characters. 197 \&\fIvalue_n\fR hexadecimal characters without the \*(L"0x\*(R" prefix. 200 hexadecimal or decimal characters, \fBOSSL_PARAM_allocate_from_text()\fR 214 \&\fIvalue_n\fR hexadecimal characters, which are decoded, and the 217 hexadecimal or decimal characters, \fBOSSL_PARAM_allocate_from_text()\fR
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 22 The textual representation of VID and PID shall be in lower case hexadecimal 39 case hexadecimal with leading zeroes suppressed. The other compatible 51 The textual representation of VID and PID shall be in lower case hexadecimal
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | tanf.sollya | 20 display = hexadecimal!; 66 display = hexadecimal!; 73 display = hexadecimal!;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 35 /// hexdigit - Return the hexadecimal character for the 76 /// Interpret the given character \p C as a hexadecimal digit and return its 107 /// Checks if character \p C is a hexadecimal numeric character. 181 /// Convert buffer \p Input to its hexadecimal representation. 206 /// \p LSB, that make up the nibbles of a hexadecimal digit. If \p MSB or \p LSB 207 /// do not correspond to proper nibbles of a hexadecimal digit, this method 220 /// \p LSB, that make up the nibbles of a hexadecimal digit. 229 /// Convert hexadecimal string \p Input to its binary representation and store 231 /// converted from the hexadecimal string. Returns false if \p Input contains 232 /// non-hexadecimal digits. The output string is half the size of \p Input. [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | wprintf.3 | 344 or unsigned hexadecimal 450 argument is converted to hexadecimal notation in the style 454 where the number of digits after the hexadecimal-point character 458 explicitly zero, no hexadecimal-point character appears. 465 mantissas have a zero value to the left of the hexadecimal 560 pointer argument is printed in hexadecimal (as if by
|
H A D | printf.3 | 434 or unsigned hexadecimal 540 argument is rounded and converted to hexadecimal notation in the style 544 where the number of digits after the hexadecimal-point character 548 If the precision is zero, no hexadecimal-point character appears. 572 numbers in this hexadecimal format. 581 as the digit before the hexadecimal point. 659 pointer argument is printed in hexadecimal (as if by
|
/freebsd/contrib/mandoc/ |
H A D | mchars_alloc.3 | 43 .Fa "const char *hexadecimal" 78 .Fa hexadecimal , 111 .Fa hexadecimal
|
/freebsd/lib/libc/net/ |
H A D | linkaddr.3 | 61 consisting of either a string of hexadecimal digits, or a series of 62 hexadecimal octets separated by one of the characters 116 groups of hexadecimal digits
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-kdf.1 | 173 Output the derived key in binary form. Uses hexadecimal text format if not specified. 205 the secret key is specified in hexadecimal form (two hex digits per byte). 214 the password is specified in hexadecimal form (two hex digits per byte). 225 the salt is specified in hexadecimal form (two hex digits per byte). 237 the info is specified in hexadecimal form (two hex digits per byte).
|
/freebsd/contrib/lyaml/lib/lyaml/ |
H A D | implicit.lua | 162 --- Parse a hexadecimal token, such as '0xdeadbeef'. 166 -- @usage maybe_int = implicit.hexadecimal(value) 167 local function hexadecimal(value) function 275 hexadecimal = hexadecimal,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 72 enum radix { none, octal, hexadecimal, decimal }; 101 case hexadecimal: in strings() 160 Radix = hexadecimal; in main() 163 "(octal), 'd' (decimal), 'x' (hexadecimal)"); in main() 79 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
|