/freebsd/tools/tools/ipw/ |
H A D | ipwstats.c | 50 #define HEX 2 macro 51 #define MASK HEX 202 { 179, "IEEE country code", HEX }, 217 { 192, "Transmission rate", HEX }, 221 { 196, "Adapter highest rate", HEX }, 222 { 197, "Access point highest rate", HEX }, 268 case HEX: in get_statistics()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | digest.asn1 | 152 -- A1 = HEX(H(unq(username-value) ":" unq(realm-value) ":" passwd ) ":" unq(nonce-value) ":" unq(cn… 159 -- request-digest = HEX(KD(HEX(H(A1)), 160 -- unq(nonce-value) ":" nc-value ":" unq(cnonce-value) ":" unq(qop-value) ":" HEX(H(A2)))) 162 -- request-digest = HEX(KD(HEX(H(A1)), unq(nonce-value) ":" HEX(H(A2)))) 174 -- response-value = HEX( KD ( HEX(H(A1)), 177 -- HEX(H(A2)) }))
|
/freebsd/contrib/bsnmp/tests/ |
H A D | constbuf.h | 49 HEX, enumerator 156 mode = Constbuf_mode::HEX; in count_bin() 187 mode = Constbuf_mode::HEX; in handle_bin() 240 case Constbuf_mode::HEX: in count_bits() 285 case Constbuf_mode::HEX: in constbuf()
|
/freebsd/bin/pax/ |
H A D | gen_subs.c | 218 if (base == HEX) { in asc_ul() 259 if (base == HEX) { in ul_asc() 314 if (base == HEX) { in asc_uqd() 355 if (base == HEX) { in uqd_asc()
|
H A D | pax.h | 241 #define HEX 16 macro
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-number.mk | 86 HEX= dead 87 .if 0x${HEX} == 57005
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator 600 base = HEX; 644 base = HEX; 699 case HEX:
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_generate_nconf.pod | 92 of this structure, the format strings B<ASCII> and B<HEX> can be 98 of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST> 156 by a colon and one of the strings B<ASCII>, B<UTF8>, B<HEX> or B<BITLIST>. 159 specified then the value string must be a valid B<UTF8> string. For B<HEX> the
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_conf.l | 137 HEX 0[xX][0-9a-zA-Z]+ 301 {HEX} {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOStreamMacros.h |
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 71 #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */
|
/freebsd/contrib/ofed/libibmad/ |
H A D | dump.c | 1199 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in xdump() macro 1207 fputc(HEX(*cp >> 4), file); in xdump() 1208 fputc(HEX(*cp & 0xf), file); in xdump() 1211 fputc(HEX(cp[1] >> 4), file); in xdump() 1212 fputc(HEX(cp[1] & 0xf), file); in xdump()
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 1092 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in umad_addr_dump() macro 1097 gid_str[i * 2] = HEX(addr->gid[i] >> 4); in umad_addr_dump() 1098 gid_str[i * 2 + 1] = HEX(addr->gid[i] & 0xf); in umad_addr_dump()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | firmware | 178 # and "Intel HEX binary data" by Notepad++ 188 # display information (offset, record length and type) of Intel HEX
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 956 # What type is it? ASCII or HEX? 967 *) # HEX
|
/freebsd/crypto/libecc/ |
H A D | README.md | 1042 This should create a `ec_self_tests.ihx`, which has an [Intel HEX](https://fr.wikipedia.org/wiki/HE…
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3094 by their HEX value with a leading '+'. For example:
|
/freebsd/share/misc/ |
H A D | usb_vendors | 968 fa20 Ross-Tech HEX-USB
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11941 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 10032 A27D;YI SYLLABLE HEX;Lo;0;L;;;;;N;;;;;
|