git_mkstemp       867 cache.h        int git_mkstemp(char *path, size_t n, const char *template);
git_mkstemp       220 gpg-interface.c 	fd = git_mkstemp(path, PATH_MAX, ".git_vtag_tmpXXXXXX");