write_or_whine   1579 cache.h        extern int write_or_whine(int fd, const void *buf, size_t count, const char *msg);
write_or_whine     50 send-pack.c    	return write_or_whine(fd, buf, 41 + negative, "send-pack: send refs");