mkostemp
int mkostemp(char *, int);
if ((fd = mkostemp(path, O_CLOEXEC)) != -1)
if ((hashp->fp = mkostemp(path, O_CLOEXEC)) != -1)
ATF_REQUIRE_MSG(mkostemp(tmpf, O_CREAT) == -1,
fd = mkostemp(tmpf, oflags);
if ((tfd = mkostemp(tempname, 0)) == -1)
if ((tfd = mkostemp(tempname, 0)) == -1)
fd = mkostemp(path, O_SHLOCK);
tmpfd = mkostemp(tmpfil, O_CLOEXEC);