Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dmkdtemp.c49 #define GETTEMP gettemp macro
57 #define GETTEMP __gettemp macro
66 return (GETTEMP(path, (int *)NULL, 1) ? path : (char *)NULL);
Dmkstemp.c51 #define GETTEMP gettemp macro
59 #define GETTEMP __gettemp macro
73 return (GETTEMP(path, &fd, 0) ? fd : -1); in __weak_alias()
Dgettemp.c65 #define GETTEMP gettemp macro
69 #define GETTEMP __gettemp macro
73 GETTEMP( in GETTEMP() function