summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mkdtemp.c
AgeCommit message (Expand)Author
2014-06-18add mkostemp, mkostemps, mkstemps from FreeBSD.christos
2012-03-15- ansify, knf.christos
2008-10-20The tools/compat versions of mkstemp() and mkdtemp() need to call theapb
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
2002-09-14Allow mktemp to be built as a host tool.thorpej
2002-04-01Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)bjh21
2002-03-31Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) willbjh21
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-07-27Actually, FreeBSD calls this mkdtemp(). No point in creating a new name.mycroft