summaryrefslogtreecommitdiff
path: root/libc/stdio/tmpnam.c
AgeCommit message (Expand)Author
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-04-12remove more of the link_warningsWaldemar Brodkorb
2014-12-10mkostemp: fix implementationAnthony G. Basile
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-02-14sync with glibc and get a nice size shrinkage in the processMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2002-04-01Remove function declartions from include/features.h, createEric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen