tmpnam_r
extern char *tmpnam_r(char *nameBuffer);
extern char *tmpnam_r (char *__s) __THROW __wur;
return tmpnam_r(nameBuffer);