Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dxlated_dumper.c126 char chomped_fmt[l]; in print_insn_json() local
131 strncpy(chomped_fmt, fmt, l - 1); in print_insn_json()
132 chomped_fmt[l - 1] = '\0'; in print_insn_json()
134 jsonw_vprintf_enquote(json_wtr, chomped_fmt, args); in print_insn_json()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds