Searched defs:textbuf_append_char (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c224 static void textbuf_append_char(idm_textbuf_t *itb, char c);
841 textbuf_append_char(itb, '=');
869 textbuf_append_char(itb, '=');
898 textbuf_append_char(itb, '=');
910 textbuf_append_char(itb, idm_hex_to_ascii[(n >> 4) & 0xf]);
911 textbuf_append_char(itb, idm_hex_to_ascii[n & 0xf]);
944 textbuf_append_char(itb, '=');
982 textbuf_append_char(itb, '=');
993 textbuf_append_char(itb, ',');
1038 textbuf_append_char(idm_textbuf_ function
[all...]

Completed in 409 milliseconds