summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/gettemp.c
AgeCommit message (Expand)Author
2017-01-10include <sys/stat.h>christos
2015-02-05add a couple of casts.christos
2014-06-19Fix "shadows a global declaration" compile error.msaitoh
2014-06-18add mkostemp, mkostemps, mkstemps from FreeBSD.christos
2014-01-21Handle case where a 0 length template string or a templateseanb
2013-04-22PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolutechristos
2012-03-15- ansify, knf.christos
2008-10-20The tools/compat versions of mkstemp() and mkdtemp() need to call theapb
2003-12-05Spaces.uebayasi
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-23Move include for reentrant.h inside CONFIG_H test so this works correctlyjmc
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
1999-03-19braces for gcc-2.8.1christos
1998-07-27Add a mktempdir(), like mkstemp(), but it creates a directory.mycroft
1998-07-27If AUDIT, do not compile certain functions.mycroft