Home
last modified time | relevance | path

Searched refs:HEX (Results 1 – 22 of 22) sorted by relevance

/freebsd-9-stable/bin/pax/
Dcpio.c592 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), HEX);
593 arcn->sb.st_mode = (mode_t)asc_ul(hd->c_mode, sizeof(hd->c_mode), HEX);
594 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), HEX);
595 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), HEX);
597 arcn->sb.st_mtime = (time_t)asc_ul(hd->c_mtime,sizeof(hd->c_mtime),HEX);
599 arcn->sb.st_mtime = (time_t)asc_uqd(hd->c_mtime,sizeof(hd->c_mtime),HEX);
604 sizeof(hd->c_filesize), HEX);
607 sizeof(hd->c_filesize), HEX);
610 HEX);
611 devmajor = (dev_t)asc_ul(hd->c_maj, sizeof(hd->c_maj), HEX);
[all …]
Dgen_subs.c234 if (base == HEX) { in asc_ul()
275 if (base == HEX) { in ul_asc()
331 if (base == HEX) { in asc_uqd()
372 if (base == HEX) { in uqd_asc()
Dpax.h242 #define HEX 16 macro
/freebsd-9-stable/tools/tools/ipw/
Dipwstats.c53 #define HEX 2 macro
54 #define MASK HEX
205 { 179, "IEEE country code", HEX },
220 { 192, "Transmission rate", HEX },
224 { 196, "Adapter highest rate", HEX },
225 { 197, "Access point highest rate", HEX },
271 case HEX: in get_statistics()
/freebsd-9-stable/crypto/heimdal/lib/asn1/
Ddigest.asn1137 -- A1 = HEX(H(unq(username-value) ":" unq(realm-value) ":" passwd ) ":" unq(nonce-value) ":" unq(cn…
144 -- request-digest = HEX(KD(HEX(H(A1)),
145 -- unq(nonce-value) ":" nc-value ":" unq(cnonce-value) ":" unq(qop-value) ":" HEX(H(A2))))
147 -- request-digest = HEX(KD(HEX(H(A1)), unq(nonce-value) ":" HEX(H(A2))))
159 -- response-value = HEX( KD ( HEX(H(A1)),
162 -- HEX(H(A2)) }))
/freebsd-9-stable/contrib/ofed/management/libibcommon/src/
Dutil.c109 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in xdump() macro
117 fputc(HEX(*cp >> 4), file); in xdump()
118 fputc(HEX(*cp & 0xf), file); in xdump()
121 fputc(HEX(cp[1] >> 4), file); in xdump()
122 fputc(HEX(cp[1] & 0xf), file); in xdump()
/freebsd-9-stable/contrib/binutils/bfd/
Dsrec.c116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) macro
472 bytes = HEX (hdr + 1); in srec_scan()
501 address = HEX (data); in srec_scan()
506 address = (address << 8) | HEX (data); in srec_scan()
511 address = (address << 8) | HEX (data); in srec_scan()
513 address = (address << 8) | HEX (data); in srec_scan()
547 address = HEX (data); in srec_scan()
551 address = (address << 8) | HEX (data); in srec_scan()
555 address = (address << 8) | HEX (data); in srec_scan()
557 address = (address << 8) | HEX (data); in srec_scan()
[all …]
Dtekhex.c91 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) macro
370 insert_byte (abfd, HEX (src), addr); in first_phase()
485 chars_on_line = HEX (src) - 5; in pass_over()
/freebsd-9-stable/contrib/binutils/gas/
Ditbl-lex.l41 HEX [0-9A-Fa-f]
73 "0x"{HEX}+ {
/freebsd-9-stable/contrib/sendmail/libsm/
Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator
600 base = HEX;
644 base = HEX;
699 case HEX:
/freebsd-9-stable/crypto/openssl/doc/crypto/
DASN1_generate_nconf.pod91 of this structure, the format strings B<ASCII> and B<HEX> can be
97 of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
155 by a colon and one of the strings B<ASCII>, B<UTF8>, B<HEX> or B<BITLIST>.
158 specified then the value string must be a valid B<UTF8> string. For B<HEX> the
/freebsd-9-stable/contrib/ofed/management/libibumad/src/
Dumad.c1010 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in umad_addr_dump() macro
1015 gid_str[i*2] = HEX(addr->gid[i] >> 4); in umad_addr_dump()
1016 gid_str[i*2+1] = HEX(addr->gid[i] & 0xf); in umad_addr_dump()
/freebsd-9-stable/contrib/gdb/gdb/
Dm2-exp.c57 HEX = 259, enumerator
105 #define HEX 259 macro
Dm2-exp.y159 %token <lval> INT HEX ERROR
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c252 HEX, enumerator
458 case HEX: in print_vma()
487 case HEX: in print_vma()
3496 print_vma (segment->p_align, HEX); in process_program_headers()
5674 print_vma (val, HEX); in dynamic_section_parisc_val()
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dgdb.info-31718 Except where otherwise noted all numbers are represented in HEX with
2288 Where PID is a HEX encoded 16 bit process id.
Dgdb.texinfo20306 Where @var{pid} is a HEX encoded 16 bit process id.
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-20004970 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
/freebsd-9-stable/contrib/sendmail/cf/
DREADME3072 by their HEX value with a leading '+'. For example:
/freebsd-9-stable/usr.sbin/ppp/
Dppp.8.m46062 to HEX to determine the actual file name.
/freebsd-9-stable/crypto/openssl/
DCHANGES2189 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.118993 (HOST_WIDE_INT_PRINT_{DEC,UNSIGNED,HEX,DOUBLE_HEX}): New macros.