summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/mkstemp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-1/+1
| | | | ok tedu@
* Add check that mkstemp() fails with EINVAL if the string has fewer thanguenther2013-03-121-4/+13
| | | | 6 Xs
* Test mkstemps() tooguenther2010-02-111-26/+87
|
* Add a regression suite for mkstemp(), verifying that it neither overrunsguenther2010-02-112-0/+114
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL