HomeSort by: relevance | last modified time | path
    Searched refs:HEX (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/xlint/lint1/
scan.l 47 HEX [0-9A-Fa-f]
72 0[xX]{HEX}+[lLuU]* return lex_integer_constant(yytext, yyleng, 16);
75 0[xX]{HEX}+\.{HEX}*{PEXP}{FSUF} |
76 0[xX]{HEX}+{PEXP}{FSUF} |
  /src/bin/pax/
cpio.c 502 * uses HEX
519 * WITH crc. WATCH it the magic cookies are in OCTAL the header uses HEX
579 * extract the hex ascii fields from the header
581 arcn->sb.st_ino = (ino_t)asc_u32(hd->c_ino, sizeof(hd->c_ino), HEX);
582 arcn->sb.st_mode = (mode_t)asc_u32(hd->c_mode, sizeof(hd->c_mode), HEX);
583 arcn->sb.st_uid = (uid_t)asc_u32(hd->c_uid, sizeof(hd->c_uid), HEX);
584 arcn->sb.st_gid = (gid_t)asc_u32(hd->c_gid, sizeof(hd->c_gid), HEX);
585 arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->c_mtime,sizeof(hd->c_mtime),HEX);
588 sizeof(hd->c_filesize), HEX);
590 HEX);
    [all...]
gen_subs.c 206 * convert hex/octal character string into a uint32_t. We do not have to
232 if (base == HEX) {
252 * convert an uintmax_t into an hex/oct ascii string. pads with LEADING
280 if (base == HEX) {
309 * convert hex/octal/base-256 value into a uintmax.
357 if (base == HEX) {
377 * convert an uintmax_t into a hex/oct ascii string. pads with
398 if (base == HEX) {
pax.h 259 #define HEX 16
  /src/usr.sbin/ipwctl/
ipwctl.c 148 #define HEX 2
149 #define MASK HEX
300 { 179, "IEEE country code", HEX },
313 { 192, "Transmission rate", HEX },
317 { 196, "Adapter highest rate", HEX },
318 { 197, "Access point highest rate", HEX },
360 case HEX:
  /src/lib/libc/stdio/
vsnprintf_ss.c 132 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
316 base = HEX;
356 goto hex;
359 hex: _uquad = UARG();
360 base = HEX;
407 case HEX:
  /src/usr.bin/make/unit-tests/
cond-token-number.mk 85 # Make can do radix conversion from hex.
86 HEX= dead
87 .if 0x${HEX} == 57005
  /src/tests/lib/libcurses/director/
testlang_conf.l 152 HEX 0[xX][0-9a-zA-Z]+
274 {HEX} {
275 /* Hex value, convert to decimal and return numeric */
279 errx(1, "Bad hex conversion");
  /src/sys/kern/
subr_prf.c 1265 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
1440 base = HEX;
1476 goto hex;
1479 hex: _uquad = UARG();
1480 base = HEX;
1527 case HEX:
  /src/usr.sbin/npf/npfctl/
npf_parse.y 182 %token <num> HEX
1150 : HEX { $$ = $1; }
  /src/sbin/sysctl/
sysctl.c 502 print_flag(f, s, c, HEX, HEX);
2068 /* copy out hex version of byte */
  /src/sys/arch/mvme68k/mvme68k/
locore.s 268 lea 0xfffe0778,%a1 | XXXCDC -- HARDWIRED HEX

Completed in 19 milliseconds