Lines Matching defs:hex
78 * Entry hex = Hexadecimal label string.
86 h_free(char *hex)
89 if (hex == NULL)
92 free(hex);
100 * hex = Buffer to place converted label.
110 bsltoh_r(const m_label_t *label, char *hex)
119 (void) strncpy(hex, (const char *)h, MAXLABELSTR);
121 return (hex);
131 * Address of statically allocated hex label string.
150 * hex = Buffer to place converted label.
160 bcleartoh_r(const m_label_t *clearance, char *hex)
169 (void) strncpy(hex, (const char *)h, MAXLABELSTR);
171 return (hex);
181 * Address of statically allocated hex label string.