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

Completed in 12 milliseconds