HomeSort by relevance Sort by last modified time
    Searched refs:HEX (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
systable.c 220 { NULL, 8, HEX, HEX, HEX, HEX, HEX, HEX, HEX, HEX, HEX, HEX},
    [all...]
print.h 43 #define HEX 3 /* print value in hexadecimal */
actions.c 743 case HEX:
783 case HEX:
  /onnv/onnv-gate/usr/src/cmd/sgs/size/common/
defs.h 29 #define HEX 0
main.c 79 * - int numbase = HEX if the -x flag is in the command line
128 if (numbase != HEX)
141 numbase = HEX;
  /onnv/onnv-gate/usr/src/cmd/listen/
nsaddr.h 38 #define HEX 1 /* hexadecimal type */
nstoa.c 38 " " " " " \x or \X, the following address is hex
121 case 'X': /* hex */
123 addr->len = dobase(++str, sbuf, HEX);
244 dobase : converts a hex or octal ASCII string
245 to a binary address. Only HEX or OCT may be used
286 else /* hex */
310 convert address to ASCII form with address in hex, octal,
348 case HEX:
375 to hex ASCII in s */
  /onnv/onnv-gate/usr/src/lib/libldap4/ber/
bprint.c 36 #ifndef HEX
44 #ifndef HEX
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/ber/
bprint.c 57 #ifndef HEX
65 #ifndef HEX
  /onnv/onnv-gate/usr/src/common/tsol/
ltos.c 72 #define HEX(h, i, l, s) \
80 char *hex; local
96 if ((hex = malloc(hex_len)) == NULL) {
102 hex[i++] = '0';
103 hex[i++] = 'x';
108 HEX(hex, i, hl, 6);
111 hex[i++] = '-';
112 HEX(hex, i, len, 9)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
stoa.c 39 #define HEX 1
66 " " " " " \x or \X, the following address is hex
102 case 'X': /* hex */
104 addr->len = dobase(++str, sbuf, HEX);
130 dobase : converts a hex or octal ASCII string
131 to a binary address. Only HEX or OCT may be used
171 else /* hex */
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
stoa.c 45 #define HEX 1
72 * " " " " " \x or \X, the following address is hex
116 case 'X': /* hex */
118 addr->len = dobase(++str, sbuf, HEX);
144 * dobase : converts a hex or octal ASCII string
145 * to a binary address. Only HEX or OCT may be used
185 } else /* hex */
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
vfprintf.c 193 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
202 char ox[2]; /* space for 0x hex-prefix */
602 base = HEX;
642 goto hex;
645 hex: _uquad = UARG();
646 base = HEX;
701 case HEX:
  /onnv/onnv-gate/usr/src/uts/common/io/ipw/
ipw2100_impl.h 198 #define HEX 2
199 #define MASK HEX
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/
fsdb.c 105 #define HEX 16 /* hexadecimal base */
257 static short base = HEX;
1079 base = HEX;
1097 base = HEX;
1220 case HEX:
1221 printf("HEX\n");
1238 case HEX:
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7chttp.c 74 * Hex ascii Digit to Integer accumulate, if (char)c is a valid ascii
75 * hex digit then the contents of (int32_t)n will be left shifted and
108 HEX = 0x1000
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 360 milliseconds