summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.c
AgeCommit message (Expand)Author
2014-06-18add mkostemp, mkostemps, mkstemps from FreeBSD.christos
2012-03-15- ansify, knf.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
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-27Mention mkdtemp() in the warnings.mycroft
1998-07-27Add a mktempdir(), like mkstemp(), but it creates a directory.mycroft
1998-07-27If AUDIT, do not compile certain functions.mycroft
1998-06-01Need <stdlib.h> for mkstemp() and mktemp() prototypes.kleink
1998-02-03remove obsolete register declarationsperry
1997-11-04__warn_references and __indr_reference semicolon fixups. Fromthorpej
1997-07-13Fix RCSID'schristos
1997-07-07Modify to have _gettemp generate different names on repeated calls even if thephil
1997-04-08use lstat() instead of stat() when checking for existance.lukem
1997-03-16add warn_refs for mktemp(), tempnam(), and tmpnam() since most codelukem
1995-02-02Merged with 4.4lite.jtc
1993-11-11First pass at getting a clean compile with "gcc -Wall", mostly explictlyjtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd