Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/tsol/
H A Dltos.c83 int hex_len; in __hex() local
91 hex_len = _HEX_SIZE; in __hex()
93 hex_len = _MIN_HEX + (*len * sizeof (uint32_t) * 2); in __hex()
96 if ((hex = malloc(hex_len)) == NULL) { in __hex()
116 HEX(hex, i, hl, hex_len-1); in __hex()
127 freeit(hex, hex_len); in __hex()
131 freeit(hex, hex_len); in __hex()