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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dmkstemp.c1 /* $NetBSD: mkstemp.c,v 1.9 2005/02/09 21:35:47 kleink Exp $ */
44 __RCSID("$NetBSD: mkstemp.c,v 1.9 2005/02/09 21:35:47 kleink Exp $");
63 __weak_alias(mkstemp,_mkstemp)
67 mkstemp(char *path)
H A Dtmpfile.c74 fd = mkstemp(buf);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h87 int mkstemp (char *);
1496 int mkstemp(char *);
/vbox/src/recompiler/tests/
H A Dtest-mmap.c458 test_fd = mkstemp(tempname);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c187 mkstemp(char *path) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h419 #define mkstemp _mkstemp
/vbox/src/recompiler/
H A Dexec.c3037 fd = mkstemp(filename);

Completed in 1824 milliseconds