packet_buf_write 1664 builtin/receive-pack.c packet_buf_write(&buf, "unpack %s\n", packet_buf_write 1668 builtin/receive-pack.c packet_buf_write(&buf, "ok %s\n", packet_buf_write 1671 builtin/receive-pack.c packet_buf_write(&buf, "ng %s %s\n", packet_buf_write 316 fetch-pack.c packet_buf_write(&req_buf, "want %s%s\n", remote_hex, c.buf); packet_buf_write 319 fetch-pack.c packet_buf_write(&req_buf, "want %s\n", remote_hex); packet_buf_write 332 fetch-pack.c packet_buf_write(&req_buf, "deepen %d", args->depth); packet_buf_write 377 fetch-pack.c packet_buf_write(&req_buf, "have %s\n", sha1_to_hex(sha1)); packet_buf_write 424 fetch-pack.c packet_buf_write(&req_buf, "have %s\n", hex); packet_buf_write 449 fetch-pack.c packet_buf_write(&req_buf, "done\n"); packet_buf_write 25 pkt-line.h void packet_buf_write(struct strbuf *buf, const char *fmt, ...) __attribute__((format (printf, 2, 3))); packet_buf_write 768 remote-curl.c packet_buf_write(&preamble, "%s %s\n", packet_buf_write 902 remote-curl.c packet_buf_write(&preamble, "%s\n", specs[i]); packet_buf_write 208 send-pack.c packet_buf_write(sb, "shallow %s\n", oid_to_hex(&graft->oid)); packet_buf_write 297 send-pack.c packet_buf_write(req_buf, "push-cert%c%s", 0, cap_string); packet_buf_write 300 send-pack.c packet_buf_write(req_buf, packet_buf_write 303 send-pack.c packet_buf_write(req_buf, "push-cert-end\n"); packet_buf_write 493 send-pack.c packet_buf_write(&req_buf, packet_buf_write 499 send-pack.c packet_buf_write(&req_buf, "%s %s %s", packet_buf_write 177 shallow.c packet_buf_write(data->out, "shallow %s", hex);