Lines Matching defs:buf
101 char buf[64], *p;
105 vsnprintf(buf, sizeof(buf), fmt, args);
108 p = buf;
111 memmove(p + 3, p, strlen(buf) + 1 - (p - buf));
118 memmove(p + 1, p, strlen(buf) + 1 - (p - buf));
126 printf("%s", buf);
218 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len,
229 struct bpf_insn *insn = buf;
303 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len,
314 struct bpf_insn *insn = buf;