Home
last modified time | relevance | path

Searched refs:ilstr_aprintf (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c171 ilstr_aprintf(&hdp->hdp_buf, "%*s", hdp->hdp_indent, ""); in hexdump_header()
174 ilstr_aprintf(&hdp->hdp_buf, "%*s ", hdp->hdp_addrwidth, ""); in hexdump_header()
185 ilstr_aprintf(&hdp->hdp_buf, "%2x", in hexdump_header()
196 ilstr_aprintf(&hdp->hdp_buf, "%x", in hexdump_header()
209 ilstr_aprintf(&hdp->hdp_buf, "%*s", hdp->hdp_indent, ""); in hexdump_data()
212 ilstr_aprintf(&hdp->hdp_buf, "%0*llx: ", in hexdump_data()
230 ilstr_aprintf(&hdp->hdp_buf, "%02x", in hexdump_data()
/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c121 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 Dilstr.h61 void ilstr_aprintf(ilstr_t *, const char *, ...);
/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c160 ilstr_aprintf(i, "[%s] w=%u g=%u a=0x%x - ", in descr()
175 ilstr_aprintf(i, "%s", flagdescr[b]); in descr()
/illumos-gate/usr/src/common/bootbanner/
H A Dbootbanner.c96 ilstr_aprintf(output, "%u", in bootbanner_expand_template()
/illumos-gate/usr/src/common/ilstr/
H A Dilstr.c221 ilstr_aprintf(ilstr_t *ils, const char *fmt, ...) in ilstr_aprintf() function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c806 ilstr_aprintf(ils, "%llx", (longlong_t)fuid); in id_to_fuidstr()