Lines Matching refs:jsonw_printf
130 jsonw_printf(d->jw, "%p", (void *)value);
132 jsonw_printf(d->jw, "%lu", value);
299 jsonw_printf(jw, "0x%llx", lower_num);
301 jsonw_printf(jw, "0x%llx%016llx", upper_num, lower_num);
304 jsonw_printf(jw, "\"0x%llx\"", lower_num);
306 jsonw_printf(jw, "\"0x%llx%016llx\"", upper_num, lower_num);
420 jsonw_printf(jw, "%llu", *(__u64 *)data);
422 jsonw_printf(jw, "%u", *(__u32 *)data);
424 jsonw_printf(jw, "%hu", *(__u16 *)data);
426 jsonw_printf(jw, "%hhu", *(__u8 *)data);
433 jsonw_printf(jw, "%lld", *(long long *)data);
435 jsonw_printf(jw, "%d", *(int *)data);
437 jsonw_printf(jw, "%hd", *(short *)data);
439 jsonw_printf(jw, "%hhd", *(char *)data);
446 jsonw_printf(jw, "\"%c\"", *(char *)data);
449 jsonw_printf(jw, "0x%hhx", *(char *)data);
451 jsonw_printf(jw, "\"\\u00%02hhx\"",
577 jsonw_printf(d->jw, "(unknown)");
581 jsonw_printf(d->jw, "(fwd-kind-invalid)");
593 jsonw_printf(d->jw, "(unsupported-kind");