Searched refs:ilstr_aprintf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/ilstr/ |
H A D | ilstr_basic.c | 121 ilstr_aprintf(ils, "a\nb\n%u\n%s\n", 1000, "test string"); in ist_printf_1() 145 ilstr_aprintf(ils, "%s\n\t", lorem); in ist_printf_2() 147 ilstr_aprintf(ils, " %u\n%s\n\n", 1, lorem); in ist_printf_2() 149 ilstr_aprintf(ils, "\n number %lld\n", (long long)100000000); in ist_printf_2()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ilstr.h | 60 void ilstr_aprintf(ilstr_t *, const char *, ...);
|
/illumos-gate/usr/src/common/bootbanner/ |
H A D | bootbanner.c | 96 ilstr_aprintf(output, "%u", in bootbanner_expand_template()
|
/illumos-gate/usr/src/common/ilstr/ |
H A D | ilstr.c | 221 ilstr_aprintf(ilstr_t *ils, const char *fmt, ...) in ilstr_aprintf() function
|