Home
last modified time | relevance | path

Searched refs:jsonw_pretty (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/lib/
Djson_print.c31 jsonw_pretty(_jw, true); in new_json_obj()
91 jsonw_pretty(_jw, false); in close_json_array()
93 jsonw_pretty(_jw, true); in close_json_array()
Djson_writer.c121 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function
307 jsonw_pretty(wr, true); in main()
/external/iproute2/include/
Djson_writer.h30 void jsonw_pretty(json_writer_t *self, bool on);
/external/iproute2/rdma/
Drdma.c57 jsonw_pretty(rd->jw, rd->pretty_output); in rd_init()
/external/iproute2/misc/
Difstat.c314 jsonw_pretty(jw, pretty); in dump_raw_db()
523 jsonw_pretty(jw, pretty); in dump_kern_db()
554 jsonw_pretty(jw, pretty); in dump_incr_db()
Dnstat.c304 jsonw_pretty(jw, pretty); in dump_kern_db()
351 jsonw_pretty(jw, pretty); in dump_incr_db()
/external/iproute2/bridge/
Dvlan.c165 jsonw_pretty(jw_global, 1); in print_vlan_port()
Dmdb.c337 jsonw_pretty(jw_global, 1); in mdb_show()
Dfdb.c135 jsonw_pretty(jw_global, 1); in print_fdb()
/external/iproute2/devlink/
Ddevlink.c3860 jsonw_pretty(dl->jw, dl->pretty_output); in dl_init()