Lines Matching refs:jsonw_printf
120 jsonw_printf(d->jw, "%p", (void *)value);
122 jsonw_printf(d->jw, "%lu", value);
263 jsonw_printf(jw, "0x%llx", lower_num);
265 jsonw_printf(jw, "0x%llx%016llx", upper_num, lower_num);
268 jsonw_printf(jw, "\"0x%llx\"", lower_num);
270 jsonw_printf(jw, "\"0x%llx%016llx\"", upper_num, lower_num);
384 jsonw_printf(jw, "%llu", *(__u64 *)data);
386 jsonw_printf(jw, "%u", *(__u32 *)data);
388 jsonw_printf(jw, "%hu", *(__u16 *)data);
390 jsonw_printf(jw, "%hhu", *(__u8 *)data);
397 jsonw_printf(jw, "%lld", *(long long *)data);
399 jsonw_printf(jw, "%d", *(int *)data);
401 jsonw_printf(jw, "%hd", *(short *)data);
403 jsonw_printf(jw, "%hhd", *(char *)data);
410 jsonw_printf(jw, "\"%c\"", *(char *)data);
413 jsonw_printf(jw, "0x%hhx", *(char *)data);
415 jsonw_printf(jw, "\"\\u00%02hhx\"",
539 jsonw_printf(d->jw, "(unknown)");
543 jsonw_printf(d->jw, "(fwd-kind-invalid)");
555 jsonw_printf(d->jw, "(unsupported-kind");