Searched refs:mkstemp (Results 1 - 3 of 3) sorted by relevance

/sendmail/test/
H A Dt_pathconf.c49 fd = mkstemp(tbuf);
/sendmail/libmilter/
H A Dexample.c117 if ((fd = mkstemp(priv->mlfi_fname)) < 0 ||
/sendmail/mail.local/
H A Dmail.local.c783 if ((fd = mkstemp(tmpbuf)) < 0 || (fp = fdopen(fd, "w+")) == NULL)
1862 mkstemp(path) function

Completed in 8 milliseconds