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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dmkdtemp.c49 #define GETTEMP gettemp macro
57 #define GETTEMP __gettemp macro
66 return (GETTEMP(path, (int *)NULL, 1) ? path : (char *)NULL);
H A Dmkstemp.c51 #define GETTEMP gettemp macro
59 #define GETTEMP __gettemp macro
73 return (GETTEMP(path, &fd, 0) ? fd : -1);
H A Dgettemp.c65 #define GETTEMP gettemp macro
69 #define GETTEMP __gettemp macro
73 GETTEMP( function

Completed in 44 milliseconds