Searched refs:chomped_fmt (Results 1 – 1 of 1) sorted by relevance
126 char chomped_fmt[l]; in print_insn_json() local131 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()
Completed in 5 milliseconds