create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C librar...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C librar...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C librar...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C librar......libc 2.19: _BSD_SOURCE || _SVID_SOURCE DESCRIPTION Note: avoid using these functions; use mkstemp (3) or tmpfile (3) instead. The tmpnam () function returns a pointer to a strin…...libc 2.19: _BSD_SOURCE || _SVID_SOURCE DESCRIPTION Note: avoid using these functions; use mkstemp (3) or tmpfile (3) instead. The tmpnam () function returns a pointer to a strin…...bc 2.19 and earlier: _BSD_SOURCE || _SVID_SOURCE DESCRIPTION Never use this function. Use mkstemp (3) or tmpfile (3) instead. The tempnam () function returns a pointer to a stri…...s and opening the file, every use of mktemp () is a security risk. The race is avoided by mkstemp (3) and mkdtemp (3). SEE ALSO mktemp (1), mkdtemp (3), mkstemp (3), tempnam (3)…...X.1-2008. HISTORY glibc 2.1.91. NetBSD 1.4. POSIX.1-2008. SEE ALSO mktemp (1), mkdir (2), mkstemp (3), mktemp (3), tempnam (3), tmpfile (3), tmpnam (3)...error message may be written to stdout if the stream cannot be opened. SEE ALSO exit (3), mkstemp (3), mktemp (3), tempnam (3), tmpnam (3)