odb_mkstemp       307 builtin/index-pack.c 			output_fd = odb_mkstemp(tmp_file, sizeof(tmp_file),
odb_mkstemp       869 fast-import.c  	pack_fd = odb_mkstemp(tmp_file, sizeof(tmp_file),
odb_mkstemp       733 git-compat-util.h extern int odb_mkstemp(char *template, size_t limit, const char *pattern);
odb_mkstemp       520 pack-bitmap-write.c 	int fd = odb_mkstemp(tmp_file, sizeof(tmp_file), "pack/tmp_bitmap_XXXXXX");
odb_mkstemp        76 pack-write.c   			fd = odb_mkstemp(tmp_file, sizeof(tmp_file), "pack/tmp_idx_XXXXXX");
odb_mkstemp       333 pack-write.c   	fd = odb_mkstemp(tmpname, sizeof(tmpname), "pack/tmp_pack_XXXXXX");