about summary refs log tree commit diff
path: root/src/temp/mkostemps.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* make mkostemps source file include the header for its declarationRich Felker2018-09-121-0/+1
* ignore access mode bits of flags in mkostemps and functions that use itRich Felker2014-10-061-0/+1
* make mkdtemp and mkstemp family leave template unchanged on failRich Felker2013-08-021-3/+4
* use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker2013-02-201-1/+1
* fix error cases in mkostemps coreRich Felker2013-02-201-6/+3
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-201-0/+32