Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c39 #define _HEX_SIZE 2+(sizeof (Classification_t)*2)+4+\ macro
42 static char hex_buf[_HEX_SIZE];
65 size = _HEX_SIZE; in h_alloc()
69 size = _HEX_SIZE; in h_alloc()
124 (void) strncpy(hex, (const char *)h, _HEX_SIZE); in bsltoh_r()
174 (void) strncpy(hex, (const char *)h, _HEX_SIZE); in bcleartoh_r()
/illumos-gate/usr/src/common/tsol/
H A Dltos.c64 #define _HEX_SIZE 2+(sizeof (Classification_t)*2)+4+\ macro
91 hex_len = _HEX_SIZE; in __hex()