Searched defs:mkstemp (Results 1 - 1 of 1) 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);

Completed in 24 milliseconds