mkostemp
int mkostemp(char *, int);
if ((fd = mkostemp(path, O_CLOEXEC)) != -1)
if ((hashp->fp = mkostemp(path, O_CLOEXEC)) != -1) {
PROTO_NORMAL(mkostemp);
DEF_WEAK(mkostemp);
dfd = mkostemp(tempname, O_CLOEXEC);
if ((fd = mkostemp(tempname, O_CLOEXEC)) == -1 ||
fd = mkostemp(output_tmpname, O_CLOEXEC);
if ((fd = mkostemp(temp, O_CLOEXEC)) == -1)