Searched refs:ilstr_append_char (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/bootbanner/ |
H A D | bootbanner.c | 78 ilstr_append_char(output, c); in bootbanner_expand_template() 85 ilstr_append_char(output, c); in bootbanner_expand_template() 118 ilstr_append_char(output, c); in bootbanner_expand_template()
|
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 153 ilstr_append_char(&hdp->hdp_buf, ' '); in hexdump_space() 159 ilstr_append_char(&hdp->hdp_buf, ' '); in hexdump_space() 162 ilstr_append_char(&hdp->hdp_buf, ' '); in hexdump_space() 194 ilstr_append_char(&hdp->hdp_buf, 'v'); in hexdump_header() 241 ilstr_append_char(&hdp->hdp_buf, ' '); in hexdump_data() 246 ilstr_append_char(&hdp->hdp_buf, in hexdump_data()
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 174 ilstr_append_char(i, ' '); in descr() 178 ilstr_append_char(i, '\n'); in descr() 188 ilstr_append_char(i, '\n'); in cb()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ilstr.h | 59 extern void ilstr_append_char(ilstr_t *, char);
|
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 141 ilstr_append_char(ils, 'D'); in ist_prealloc_toobig() 331 ilstr_append_char(ils, '!'); in ist_prepend_char()
|
/illumos-gate/usr/src/common/ilstr/ |
H A D | ilstr.c | 330 ilstr_append_char(ilstr_t *ils, char c) in ilstr_append_char() function
|