Searched refs:ilstr_aprintf (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 171 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 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 | 61 void ilstr_aprintf(ilstr_t *, const char *, ...);
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 160 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 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
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 806 ilstr_aprintf(ils, "%llx", (longlong_t)fuid); in id_to_fuidstr()
|