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