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

/bind-9.11.3/lib/isc/win32/
H A Dfile.c41 * Emulate UNIX mkstemp, which returns an open FD to the new file
111 mkstemp(char *path, isc_boolean_t binary) { function
207 tmpfd = mkstemp(buf, ISC_TRUE);
360 fd = mkstemp(templet, ISC_TRUE);
386 * Win32 does not have mkstemp. Using emulation above.
388 fd = mkstemp(templet, binary);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c226 *fdout = mkstemp(tmpl);
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp120 m_fd = ::mkstemp(buf.get());
123 file.str() + ")", "mkstemp(3) failed",

Completed in 258 milliseconds