summaryrefslogtreecommitdiff
path: root/src/temp/mkostemps.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06ignore access mode bits of flags in mkostemps and functions that use itRich Felker1-0/+1
2013-08-02make mkdtemp and mkstemp family leave template unchanged on failRich Felker1-3/+4
2013-02-20use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker1-1/+1
2013-02-20fix error cases in mkostemps coreRich Felker1-6/+3
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker1-0/+32