add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
authorRich Felker <dalias@aerifal.cx>
Thu, 21 Feb 2013 03:43:23 +0000 (22:43 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 21 Feb 2013 03:43:23 +0000 (22:43 -0500)
commit2cc63358cdb0309ca996ffe56ccf402c2f2f16d5
tree067001fb5f1a5a09de6d8417c5d1d80249e382ce
parentf78cdbe8993d072bf60a65754544199016a1fe29
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals

based on patch contributed by Anthony G. Basile (blueness)

some issues remain with the filename generation algorithm and other
small bugs, but this patch has been sitting around long enough that I
feel it's best to get it committed and then work out any remaining
issues.
include/stdlib.h
src/temp/__randname.c [new file with mode: 0644]
src/temp/mkostemp.c [new file with mode: 0644]
src/temp/mkostemps.c [new file with mode: 0644]
src/temp/mkstemp.c
src/temp/mkstemps.c [new file with mode: 0644]
src/temp/mktemp.c