HomeSort by relevance Sort by last modified time
    Searched refs:GETTEMP (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
mkdtemp.c 49 #define GETTEMP gettemp
57 #define GETTEMP __gettemp
66 return (GETTEMP(path, (int *)NULL, 1) ? path : (char *)NULL);
mkstemp.c 51 #define GETTEMP gettemp
59 #define GETTEMP __gettemp
73 return (GETTEMP(path, &fd, 0) ? fd : -1);
gettemp.c 41 NetBSD: gettemp.c,v 1.13 2003/12/05 00:57:36 uebayasi Exp
65 #define GETTEMP gettemp
69 #define GETTEMP __gettemp
73 GETTEMP(

Completed in 1815 milliseconds