xmkstemp          300 builtin/init-db.c 		if (!close(xmkstemp(path)) &&
xmkstemp           16 builtin/unpack-file.c 	fd = xmkstemp(path);
xmkstemp          731 git-compat-util.h extern int xmkstemp(char *template);
xmkstemp          153 ll-merge.c     	fd = xmkstemp(path);
xmkstemp           11 test-mktemp.c  	xmkstemp(xstrdup(argv[1]));