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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c41 #define _HEX_SIZE 2+(sizeof (Classification_t)*2)+4+\ macro
44 static char hex_buf[_HEX_SIZE];
67 size = _HEX_SIZE;
71 size = _HEX_SIZE;
126 (void) strncpy(hex, (const char *)h, _HEX_SIZE);
176 (void) strncpy(hex, (const char *)h, _HEX_SIZE);
/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;

Completed in 57 milliseconds