Lines Matching defs:buf
94 char buf[64], *p;
98 vsnprintf(buf, sizeof(buf), fmt, args);
101 p = buf;
104 memmove(p + 3, p, strlen(buf) + 1 - (p - buf));
111 memmove(p + 1, p, strlen(buf) + 1 - (p - buf));
119 printf("%s", buf);
205 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len,
216 struct bpf_insn *insn = buf;
290 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len,
301 struct bpf_insn *insn = buf;