OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsonw_printf
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/lib/
json_writer.c
161
static void
jsonw_printf
(json_writer_t *self, const char *fmt, ...)
function
201
jsonw_printf
(self, "%s", val ? "true" : "false");
207
jsonw_printf
(self, "null");
212
jsonw_printf
(self, "%g", num);
218
jsonw_printf
(self, "%"PRIu64, num);
223
jsonw_printf
(self, "%"PRId64, num);
Completed in 90 milliseconds