Searched refs:mkstemp (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c42 * Emulate UNIX mkstemp, which returns an open FD to the new file
112 mkstemp(char *path, isc_boolean_t binary) { function
169 tmpfd = mkstemp(buf, ISC_TRUE);
304 fd = mkstemp(templet, ISC_TRUE);
330 * Win32 does not have mkstemp. Using emulation above.
332 fd = mkstemp(templet, binary);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h124 int mkstemp(char *);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c230 *fdout = mkstemp(tmpl);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp122 m_fd = ::mkstemp(buf.get());
125 p.str() + ")", "mkstemp(3) failed",

Completed in 11 milliseconds