Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c133 char chomped_fmt[l]; in print_insn_json() local
138 strncpy(chomped_fmt, fmt, l - 1); in print_insn_json()
139 chomped_fmt[l - 1] = '\0'; in print_insn_json()
141 jsonw_vprintf_enquote(json_wtr, chomped_fmt, args); in print_insn_json()