Home
last modified time | relevance | path

Searched refs:ilstr_append_str (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c74 ilstr_append_str(ils, "A"); in ist_prealloc_toobig()
78 ilstr_append_str(ils, "A"); in ist_prealloc_toobig()
81 ilstr_append_str(ils, "A"); in ist_prealloc_toobig()
86 ilstr_append_str(ils, "B"); in ist_prealloc_toobig()
102 ilstr_append_str(ils, "abcdefghijklmnopqrstuvwxyz"); in ist_huge()
146 ilstr_append_str(ils, "number"); in ist_printf_2()
148 ilstr_append_str(ils, lorem); in ist_printf_2()
171 ilstr_append_str(ils, "abc"); in ist_resets()
175 ilstr_append_str(ils, "def"); in ist_resets()
182 ilstr_append_str(ils, "xyz"); in ist_resets()
[all …]
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c87 ilstr_append_str(output, utsname.sysname); in bootbanner_expand_template()
89 ilstr_append_str(output, "illumos"); in bootbanner_expand_template()
91 ilstr_append_str(output, utsname.release); in bootbanner_expand_template()
93 ilstr_append_str(output, utsname.version); in bootbanner_expand_template()
111 ilstr_append_str(output, bits); in bootbanner_expand_template()
117 ilstr_append_str(output, "!^"); in bootbanner_expand_template()
119 ilstr_append_str(output, " UNKNOWN!"); in bootbanner_expand_template()
/illumos-gate/usr/src/common/ilstr/
H A Dilstr.c103 ilstr_append_str(ilstr_t *ils, const char *s) in ilstr_append_str() function
276 ilstr_append_str(ils, buf); in ilstr_append_char()
/illumos-gate/usr/src/uts/common/sys/
H A Dilstr.h54 extern void ilstr_append_str(ilstr_t *, const char *);