Symbol: ilstr_aprintf
usr/src/cmd/nvmeadm/nvmeadm_field.c
282
ilstr_aprintf(&ilstr, "\\x%02x", u8p[i]);
usr/src/common/bootbanner/bootbanner.c
96
ilstr_aprintf(output, "%u",
usr/src/common/hexdump/hexdump.c
171
ilstr_aprintf(&hdp->hdp_buf, "%*s", hdp->hdp_indent, "");
usr/src/common/hexdump/hexdump.c
174
ilstr_aprintf(&hdp->hdp_buf, "%*s ", hdp->hdp_addrwidth, "");
usr/src/common/hexdump/hexdump.c
185
ilstr_aprintf(&hdp->hdp_buf, "%2x",
usr/src/common/hexdump/hexdump.c
196
ilstr_aprintf(&hdp->hdp_buf, "%x",
usr/src/common/hexdump/hexdump.c
209
ilstr_aprintf(&hdp->hdp_buf, "%*s", hdp->hdp_indent, "");
usr/src/common/hexdump/hexdump.c
212
ilstr_aprintf(&hdp->hdp_buf, "%0*llx: ",
usr/src/common/hexdump/hexdump.c
230
ilstr_aprintf(&hdp->hdp_buf, "%02x",
usr/src/test/os-tests/tests/hexdump/hexdump_basic.c
160
ilstr_aprintf(i, "[%s] w=%u g=%u a=0x%x - ",
usr/src/test/os-tests/tests/hexdump/hexdump_basic.c
175
ilstr_aprintf(i, "%s", flagdescr[b]);
usr/src/test/os-tests/tests/ilstr/ilstr_basic.c
217
ilstr_aprintf(ils, "a\nb\n%u\n%s\n", 1000, "test string");
usr/src/test/os-tests/tests/ilstr/ilstr_basic.c
241
ilstr_aprintf(ils, "%s\n\t", lorem);
usr/src/test/os-tests/tests/ilstr/ilstr_basic.c
243
ilstr_aprintf(ils, " %u\n%s\n\n", 1, lorem);
usr/src/test/os-tests/tests/ilstr/ilstr_basic.c
245
ilstr_aprintf(ils, "\n number %lld\n", (long long)100000000);
usr/src/uts/common/fs/zfs/zfs_vfsops.c
806
ilstr_aprintf(ils, "%llx", (longlong_t)fuid);
usr/src/uts/common/sys/ilstr.h
66
void ilstr_aprintf(ilstr_t *, const char *, ...);